Austin Schuh | 41baf20 | 2022-01-01 14:33:40 -0800 | [diff] [blame^] | 1 | :hide-toc: |
| 2 | |
| 3 | ********* |
| 4 | TinyUSB |
| 5 | ********* |
| 6 | |
| 7 | TinyUSB is an open-source cross-platform USB Host/Device stack for embedded systems, |
| 8 | designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events being deferred and then handled in the non-ISR task function. |
| 9 | |
| 10 | |
| 11 | .. toctree:: |
| 12 | :caption: Index |
| 13 | :hidden: |
| 14 | |
| 15 | Info <info/index> |
| 16 | Reference <reference/index> |
| 17 | Contributing <contributing/index> |
| 18 | |
| 19 | .. toctree:: |
| 20 | :caption: External Links |
| 21 | :hidden: |
| 22 | |
| 23 | Source Code <https://github.com/hathach/tinyusb> |
| 24 | Issue Tracker <https://github.com/hathach/tinyusb/issues> |
| 25 | Discussions <https://github.com/hathach/tinyusb/discussions> |