mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-25 12:02:30 +00:00
update readme
This commit is contained in:
parent
257d60fe1a
commit
6b0a747d28
26
README.md
26
README.md
@ -1,19 +1,25 @@
|
|||||||
# TinyUSB
|
# TinyUSB
|
||||||
|
|
||||||
|
[](https://travis-ci.org/hathach/tinyusb) [](https://opensource.org/licenses/BSD-3-Clause)
|
||||||
|
|
||||||
TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system.
|
TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Folder | Description
|
```
|
||||||
----- | -------------
|
.
|
||||||
docs | Documentation
|
├── docs # Documentation
|
||||||
examples| Sample applications are kept with Makefile and Segger Embedded build support
|
├── examples # Sample with Makefile and Segger Embedded build support
|
||||||
hw/bsp | Source files of supported boards
|
├── hw
|
||||||
hw/mcu | Low level mcu core & peripheral drivers
|
│ ├── bsp # Supported boards source files
|
||||||
lib | Source files from 3rd party such as freeRTOS, fatfs etc ...
|
│ └── mcu # Low level mcu core & peripheral drivers
|
||||||
src | All sources files for TinyUSB stack itself.
|
├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
|
||||||
tests | Unit tests for the stack
|
├── src # All sources files for TinyUSB stack itself.
|
||||||
tools | Files used internally
|
├── tests # Unit tests for the stack
|
||||||
|
└── tools # Files used internally
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Device Stack
|
## Device Stack
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user