index.rst 652 B

12345678910111213141516171819202122232425
  1. :hide-toc:
  2. *********
  3. TinyUSB
  4. *********
  5. TinyUSB is an open-source cross-platform USB Host/Device stack for embedded systems,
  6. 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.
  7. .. toctree::
  8. :caption: Index
  9. :hidden:
  10. Info <info/index>
  11. Reference <reference/index>
  12. Contributing <contributing/index>
  13. .. toctree::
  14. :caption: External Links
  15. :hidden:
  16. Source Code <https://github.com/hathach/tinyusb>
  17. Issue Tracker <https://github.com/hathach/tinyusb/issues>
  18. Discussions <https://github.com/hathach/tinyusb/discussions>