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/contributing/structure.rst | 59 --------------------------------- 1 file changed, 59 deletions(-) delete mode 100755 tinyusb/docs/contributing/structure.rst (limited to 'tinyusb/docs/contributing/structure.rst') diff --git a/tinyusb/docs/contributing/structure.rst b/tinyusb/docs/contributing/structure.rst deleted file mode 100755 index e8c65885..00000000 --- a/tinyusb/docs/contributing/structure.rst +++ /dev/null @@ -1,59 +0,0 @@ -********* -Structure -********* - -Tree -==== - -:: - - . - ├── docs - ├── examples - ├── hw - │   ├── bsp - │   └── mcu - ├── lib - ├── src - ├── test - └── tools - -docs ----- - -Documentation - -examples --------- - -Sample with Makefile build support - -hw/bsp ------- - -Supported boards source files - -hw/mcu ------- - -Low level mcu core & peripheral drivers - -lib ---- - -Sources from 3rd party such as freeRTOS, fatfs ... - -src ---- - -All sources files for TinyUSB stack itself. - -test ----- - -Unit tests for the stack - -tools ------ - -Files used internally -- 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/contributing/structure.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