From ac2e205ae9f465c27297ea542c72e8cfe4966f8c Mon Sep 17 00:00:00 2001 From: Willian Paixao Date: Sun, 5 Dec 2021 19:16:34 +0100 Subject: remove tinyusb directory --- tinyusb/docs/index.rst | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 tinyusb/docs/index.rst (limited to 'tinyusb/docs/index.rst') diff --git a/tinyusb/docs/index.rst b/tinyusb/docs/index.rst deleted file mode 100755 index 2a032c51..00000000 --- a/tinyusb/docs/index.rst +++ /dev/null @@ -1,25 +0,0 @@ -: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 From 54d1981df652d731dfcf3ad05a50a83a90d1a8af Mon Sep 17 00:00:00 2001 From: Willian Paixao Date: Sun, 5 Dec 2021 19:35:29 +0100 Subject: add tinyusb as a git submodule --- tinyusb | 1 + 1 file changed, 1 insertion(+) create mode 160000 tinyusb (limited to 'tinyusb/docs/index.rst') diff --git a/tinyusb b/tinyusb new file mode 160000 index 00000000..f8288be0 --- /dev/null +++ b/tinyusb @@ -0,0 +1 @@ +Subproject commit f8288be03f28ad7b944e6925f49422dfa39202c5 -- cgit v1.2.3