summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-15 13:13:22 +0700
committerhathach <[email protected]>2018-12-15 13:13:22 +0700
commit10021eda67f20e16a00415aa37d41a8cfe3efd48 (patch)
tree2affb0e874ace57fb529bdce440c55134bac05dc
parent351f0d7d7891f5494d761e7782fe2c7a34a4ad90 (diff)
minor readme update
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cfea553a9..18ae98d75 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# TinyUSB
-TinyUSB is an cross-platform open-source USB Host/Device stack for embedded system.
+TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system.
![tinyusb](https://user-images.githubusercontent.com/249515/49858616-f60c9700-fe27-11e8-8627-e76936352ff7.png)
@@ -9,9 +9,9 @@ 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 (e.g CMSIS )
+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.
+src | All sources files for TinyUSB stack itself.
tests | Unit tests for the stack
tools | Files used internally