summaryrefslogtreecommitdiff
path: root/library.json
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-01 12:35:57 +0200
committerHiFiPhile <[email protected]>2024-04-01 12:35:57 +0200
commita1f01fcbe0fecb8d1783a105d7f22cba032dfced (patch)
treec8174923ef0bdd1016f55ed731df4c2df3257940 /library.json
parentdd0350f5499de586a3405fdcec632f059fd7534e (diff)
parent82dfe95655c7b7564363a2d5cb2f5e32d431b223 (diff)
Merge remote-tracking branch 'upstream/master' into pr/1702
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..3cdd5990f
--- /dev/null
+++ b/library.json
@@ -0,0 +1,23 @@
+{
+ "name": "TinyUSB",
+ "version": "0.16.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": "*"
+}