From c976061caa14e181c7c13c36a7483cddc0cabfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhan=20Yi=C4=9Fit=20Durmaz?= Date: Sun, 1 Dec 2024 10:35:18 -0800 Subject: [PATCH 1/2] fix platformio issue --- library.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index b9f3c7c7..69de9544 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,25 @@ { "name": "Adafruit TinyUSB Library", + "keywords": "usb, esp32, esp32-s3, esp32-s2, usb-otg, arduino", + "description": "tinyusb fixed for pioarduino", + "version": "3.4.1.1", + "repository": { + "type": "git", + "url": "https://github.com/OrhanYigitDurmaz/Adafruit_TinyUSB_Arduino.git" + }, + "frameworks": "*", + "platforms": "*", "build": { "libArchive": false, "flags": "-DUSE_TINYUSB" - } -} + }, + "authors": + [ + { + "name": "tinyusb", + "email": "tinyusb@tusb.com", + "url": "tinyusb.org", + "maintainer": true + } + ] +} \ No newline at end of file From 8077b62029babf1a40e4c73d221c023cd645dbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhan=20Yi=C4=9Fit=20Durmaz?= Date: Sun, 1 Dec 2024 10:45:40 -0800 Subject: [PATCH 2/2] Update library.json --- library.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index 69de9544..d60de222 100644 --- a/library.json +++ b/library.json @@ -1,11 +1,11 @@ { "name": "Adafruit TinyUSB Library", - "keywords": "usb, esp32, esp32-s3, esp32-s2, usb-otg, arduino", - "description": "tinyusb fixed for pioarduino", - "version": "3.4.1.1", + "keywords": "usb, arduino, tinyusb", + "description": "Arduino library for TinyUSB", + "version": "3.4.1", "repository": { "type": "git", - "url": "https://github.com/OrhanYigitDurmaz/Adafruit_TinyUSB_Arduino.git" + "url": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git" }, "frameworks": "*", "platforms": "*", @@ -16,9 +16,7 @@ "authors": [ { - "name": "tinyusb", - "email": "tinyusb@tusb.com", - "url": "tinyusb.org", + "name": "Adafruit", "maintainer": true } ]