mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
update makefile
This commit is contained in:
parent
6b0a747d28
commit
4e2a79a8bb
16
README.md
16
README.md
@ -8,15 +8,15 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst
|
|||||||
|
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
├── docs # Documentation
|
├── docs # Documentation
|
||||||
├── examples # Sample with Makefile and Segger Embedded build support
|
├── examples # Sample with Makefile and Segger Embedded build support
|
||||||
├── hw
|
├── hw
|
||||||
│ ├── bsp # Supported boards source files
|
│ ├── bsp # Supported boards source files
|
||||||
│ └── mcu # Low level mcu core & peripheral drivers
|
│ └── mcu # Low level mcu core & peripheral drivers
|
||||||
├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
|
├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
|
||||||
├── src # All sources files for TinyUSB stack itself.
|
├── src # All sources files for TinyUSB stack itself.
|
||||||
├── tests # Unit tests for the stack
|
├── tests # Unit tests for the stack
|
||||||
└── tools # Files used internally
|
└── tools # Files used internally
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user