diff options
| author | Ha Thach <[email protected]> | 2024-12-27 21:24:36 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-27 21:24:36 +0700 |
| commit | 2495563600f1cd2220d740895fad701dd48f1fb6 (patch) | |
| tree | b953b303b8295fa3b0043288f24794c0e58937ca /docs/contributing/structure.rst | |
| parent | 86ad6e56c1700e85f1c5678607a762cfe3aa2f47 (diff) | |
| parent | de38e53271038d67812715a2086966ec84d6b540 (diff) | |
Merge pull request #2917 from hathach/board-doc
update docs, embed metadata to family.c and board.h
Diffstat (limited to 'docs/contributing/structure.rst')
| -rw-r--r-- | docs/contributing/structure.rst | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/docs/contributing/structure.rst b/docs/contributing/structure.rst deleted file mode 100644 index e8c658850..000000000 --- a/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 |
