diff options
| author | hathach <[email protected]> | 2019-12-25 23:47:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-12-25 23:47:47 +0700 |
| commit | 5690e7b304d9179dd1b8e35b3f61e016b7822c31 (patch) | |
| tree | de1a01f77f6fd3485a884ea3085ef932ab40fe48 /README.md | |
| parent | 605129eb6600ffb50ea2d239e0ad78a9636df8e1 (diff) | |
fix samd51 setup packet handling
issue occur due to race condition
https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/37
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@  -[](https://travis-ci.org/hathach/tinyusb) [](https://opensource.org/licenses/MIT)[](https://scan.coverity.com/projects/tinyusb) +[](https://travis-ci.org/hathach/tinyusb) [](https://opensource.org/licenses/MIT) [](https://scan.coverity.com/projects/tinyusb) 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. |
