blob: e8c658850d0d0dd6a7002575bf7221e12601416d [file] [log] [blame]
Austin Schuh41baf202022-01-01 14:33:40 -08001*********
2Structure
3*********
4
5Tree
6====
7
8::
9
10 .
11 ├── docs
12 ├── examples
13 ├── hw
14 │   ├── bsp
15 │   └── mcu
16 ├── lib
17 ├── src
18 ├── test
19 └── tools
20
21docs
22----
23
24Documentation
25
26examples
27--------
28
29Sample with Makefile build support
30
31hw/bsp
32------
33
34Supported boards source files
35
36hw/mcu
37------
38
39Low level mcu core & peripheral drivers
40
41lib
42---
43
44Sources from 3rd party such as freeRTOS, fatfs ...
45
46src
47---
48
49All sources files for TinyUSB stack itself.
50
51test
52----
53
54Unit tests for the stack
55
56tools
57-----
58
59Files used internally