diff options
| author | Mengsk <[email protected]> | 2025-10-06 17:13:56 +0200 |
|---|---|---|
| committer | Mengsk <[email protected]> | 2025-10-06 17:13:56 +0200 |
| commit | fedcdefa3d6f677aaa7dbd97577facd719eceadb (patch) | |
| tree | 00c3d236e1e13448ff63a1b39c76e9ce7b252acb /library.json | |
| parent | 5ac0bed779ec43cc74f8ed990a01165139454267 (diff) | |
| parent | 7a96291bf1fc88b7bacd387f1b236fa89470045f (diff) | |
Merge remote-tracking branch 'tinyusb/master' into dwc2_ep0
Diffstat (limited to 'library.json')
| -rw-r--r-- | library.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library.json b/library.json index f1bfd6387..718fd84d3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TinyUSB", - "version": "0.18.0", + "version": "0.19.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": |
