diff options
| author | Ha Thach <[email protected]> | 2023-11-24 11:33:34 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-24 11:33:34 +0700 |
| commit | 0601d174b1eaf7a9bfe646ee6595016e58d67ea4 (patch) | |
| tree | 849056bbdedc9b440468437304e4591543e87142 /library.json | |
| parent | ce627f431831e1fbaa3bb7bad35a489b8006b749 (diff) | |
| parent | d6b8b3515df4bb83b6038bd60260771e65af8de7 (diff) | |
Merge branch 'master' into feature/ch32f20x
Diffstat (limited to 'library.json')
| -rw-r--r-- | library.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/library.json b/library.json new file mode 100644 index 000000000..d637b528d --- /dev/null +++ b/library.json @@ -0,0 +1,23 @@ +{ + "name": "TinyUSB", + "version": "0.15.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": "*" +} |
