blob: 2a032c51ec7bd41a20281357cb388a5efd52a35c [file] [log] [blame]
Austin Schuh41baf202022-01-01 14:33:40 -08001:hide-toc:
2
3*********
4TinyUSB
5*********
6
7TinyUSB is an open-source cross-platform USB Host/Device stack for embedded systems,
8designed 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>