From 4fd287655a72b9aea14cdac715ad5b90ed082ed2 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 19 Jun 2022 19:47:51 +0530 Subject: add circuitpython code --- circuitpython/lib/tinyusb/docs/index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 circuitpython/lib/tinyusb/docs/index.rst (limited to 'circuitpython/lib/tinyusb/docs/index.rst') diff --git a/circuitpython/lib/tinyusb/docs/index.rst b/circuitpython/lib/tinyusb/docs/index.rst new file mode 100644 index 0000000..2a032c5 --- /dev/null +++ b/circuitpython/lib/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