summaryrefslogtreecommitdiff
path: root/library.json
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-02-12 11:28:16 +0700
committerhathach <[email protected]>2025-02-12 11:28:16 +0700
commit87adc63226a59e6c2602b1bc453ced77d44fedba (patch)
tree1e47a80bfab09dbac47312b4242939df03ec7796 /library.json
parentb41f5eadb3143d0bfaf211d9bc84c95e5d623c29 (diff)
parent5afcfb7522c4fd8b50512cfb277d8a3ccdbc5453 (diff)
Merge branch 'master' into fork/atoktoto/midihost
# Conflicts: # hw/bsp/rp2040/family.cmake # src/class/midi/midi.h # src/class/midi/midi_device.c # src/device/usbd_control.c # src/host/hcd.h # src/host/usbh.c # src/host/usbh.h
Diffstat (limited to 'library.json')
-rw-r--r--library.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 000000000..f1bfd6387
--- /dev/null
+++ b/library.json
@@ -0,0 +1,23 @@
+{
+ "name": "TinyUSB",
+ "version": "0.18.0",
+ "description": "TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the non-ISR task function.",
+ "keywords": "usb, host, device",
+ "repository":
+ {
+ "type": "git",
+ "url": "https://github.com/hathach/tinyusb.git"
+ },
+ "authors":
+ [
+ {
+ "name": "Ha Thach",
+ "email": "[email protected]",
+ "maintainer": true
+ }
+ ],
+ "license": "MIT",
+ "homepage": "https://www.tinyusb.org/",
+ "frameworks": "*",
+ "platforms": "*"
+}