update makefile

This commit is contained in:
hathach 2018-12-29 14:38:36 +07:00
parent 6b0a747d28
commit 4e2a79a8bb
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
1 changed files with 8 additions and 8 deletions

View File

@ -8,15 +8,15 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst
```
.
├── docs # Documentation
├── examples # Sample with Makefile and Segger Embedded build support
├── docs # Documentation
├── examples # Sample with Makefile and Segger Embedded build support
├── hw
│   ├── bsp # Supported boards source files
│   └── mcu # Low level mcu core & peripheral drivers
├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
├── src # All sources files for TinyUSB stack itself.
├── tests # Unit tests for the stack
└── tools # Files used internally
│   ├── bsp # Supported boards source files
│   └── mcu # Low level mcu core & peripheral drivers
├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
├── src # All sources files for TinyUSB stack itself.
├── tests # Unit tests for the stack
└── tools # Files used internally
```