add the most important file of the project: CONTRIBUTORS.md

This commit is contained in:
hathach
2019-11-25 13:29:42 +07:00
parent 64b05a1d5f
commit a91ac72dbd
2 changed files with 56 additions and 1 deletions

View File

@@ -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.