Skip to content

Commit

Permalink
Merge pull request #2293 from Yveaux/master
Browse files Browse the repository at this point in the history
Add PlatformIO manifest
  • Loading branch information
hathach committed Nov 3, 2023
2 parents 3af4408 + 2f2ccb3 commit f3eaf06
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "thach@tinyusb.org",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://www.tinyusb.org/",
"frameworks": "*",
"platforms": "*"
}

0 comments on commit f3eaf06

Please sign in to comment.