Skip to content

Commit c976061

Browse files
fix platformio issue
1 parent f5211f4 commit c976061

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

library.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
{
22
"name": "Adafruit TinyUSB Library",
3+
"keywords": "usb, esp32, esp32-s3, esp32-s2, usb-otg, arduino",
4+
"description": "tinyusb fixed for pioarduino",
5+
"version": "3.4.1.1",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/OrhanYigitDurmaz/Adafruit_TinyUSB_Arduino.git"
9+
},
10+
"frameworks": "*",
11+
"platforms": "*",
312
"build": {
413
"libArchive": false,
514
"flags": "-DUSE_TINYUSB"
6-
}
7-
}
15+
},
16+
"authors":
17+
[
18+
{
19+
"name": "tinyusb",
20+
"email": "tinyusb@tusb.com",
21+
"url": "tinyusb.org",
22+
"maintainer": true
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)