diff options
| author | Ha Thach <[email protected]> | 2019-11-25 23:25:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-25 23:25:20 +0700 |
| commit | 6a6f3efd0f5ec098df69a3b705abf9efaee1bd5c (patch) | |
| tree | de98e97127e5bcd2642e095e1b590a8ff83f8f59 /README.md | |
| parent | 64b05a1d5f312e754bba79f9b38ac5e9ca281a66 (diff) | |
| parent | 3a2d63613bf710e706176f968e2ce1c1337adf26 (diff) | |
Merge pull request #227 from hathach/develop
add CONTRIBUTORS.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. Check out +[CONTRIBUTORS.md](CONTRIBUTORS.md) file for the list of all contributors and their awesome work for the stack. + ## 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. |
