diff options
| author | hathach <[email protected]> | 2019-01-25 16:04:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-01-25 16:04:06 +0700 |
| commit | cff217fb4737eb87d58b77233f4da1bdfe3ae52d (patch) | |
| tree | 99a6a5a9d23add270b662f237ca05327085dbe02 /README.md | |
| parent | bd5325612620209e7964f10817a57f916d3bc13f (diff) | |
| parent | e6224bccf980c931b3f2630d08517627823f326d (diff) | |
Merge branch 'devlocal' into develop
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 14 insertions, 10 deletions
@@ -1,19 +1,23 @@ # 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.  -Folder | Description ------ | ------------- -docs | Documentation -examples| Sample applications are kept with Makefile and Segger Embedded build support -hw/bsp | Source files of supported boards -hw/mcu | Low level mcu core & peripheral drivers -lib | Source files from 3rd party such as freeRTOS, fatfs etc ... -src | All sources files for TinyUSB stack itself. -tests | Unit tests for the stack -tools | Files used internally +``` +. +├── 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 +``` ## Device Stack |
