diff options
| author | hathach <[email protected]> | 2018-12-29 14:38:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-29 14:38:36 +0700 |
| commit | 4e2a79a8bbcebe13cec3944978e93e6dcd720600 (patch) | |
| tree | 102116102ba10e23e6c6a5d88eb0b089b66ed3e0 | |
| parent | 6b0a747d28088dd85fadf41517433cdac61b2212 (diff) | |
update makefile
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 ``` |
