From a91ac72dbdc033fd1cc26651ca2d66d0705b08aa Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 25 Nov 2019 13:29:42 +0700 Subject: add the most important file of the project: CONTRIBUTORS.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 162b707d4..2e503e396 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst └── tools # Files used internally ``` +## Contributors + +Special thanks for all the people who had spent their precious time and effort to helped this project so far. +[CONTRIBUTORS.md](CONTRIBUTORS.md) file contains list of contributors and their awesome work. + ## Supported MCUs The stack supports the following MCUs @@ -32,7 +37,7 @@ The stack supports the following MCUs - iMX RT Series: RT1011, RT1015, RT1021, RT1052, RT1062, RT1064 - **Sony:** CXD56 - **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 (device only) -- **[valentyusb](https://github.com/im-tomu/valentyusb)** eptri +- **[ValentyUSB](https://github.com/im-tomu/valentyusb)** eptri [Here is the list of supported Boards](docs/boards.md) that can be used with provided examples. -- cgit v1.3.1 From 168f0cb4711056e452fa335e71ee4a10341a9821 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 25 Nov 2019 13:33:50 +0700 Subject: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2e503e396..3f7556cf1 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst ## Contributors -Special thanks for all the people who had spent their precious time and effort to helped this project so far. -[CONTRIBUTORS.md](CONTRIBUTORS.md) file contains list of contributors and their awesome work. +Special thanks for all the people who had spent their precious time and effort to helped this project so far. Check out +[CONTRIBUTORS.md](CONTRIBUTORS.md) file for the list of all contributors and their awesome work for the stack. ## Supported MCUs -- cgit v1.3.1