From 39a5c822a2a2e798e2e39ff8a98b7af84253026c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 28 Aug 2021 12:50:18 -0400 Subject: add tinyusb --- tinyusb/docs/index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 tinyusb/docs/index.rst (limited to 'tinyusb/docs/index.rst') diff --git a/tinyusb/docs/index.rst b/tinyusb/docs/index.rst new file mode 100755 index 00000000..2a032c51 --- /dev/null +++ b/tinyusb/docs/index.rst @@ -0,0 +1,25 @@ +:hide-toc: + +********* +TinyUSB +********* + +TinyUSB is an open-source cross-platform USB Host/Device stack for embedded systems, +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. + + +.. toctree:: + :caption: Index + :hidden: + + Info + Reference + Contributing + +.. toctree:: + :caption: External Links + :hidden: + + Source Code + Issue Tracker + Discussions -- cgit v1.2.3