Bläddra i källkod

Merge pull request #227 from hathach/develop

add CONTRIBUTORS.md
Ha Thach 6 år sedan
förälder
incheckning
6a6f3efd0f
2 ändrade filer med 60 tillägg och 1 borttagningar
  1. 54 0
      CONTRIBUTORS.md
  2. 6 1
      README.md

+ 54 - 0
CONTRIBUTORS.md

@@ -0,0 +1,54 @@
+# TinyUSB contributors (sorted alphabetically)
+
+* **[Adafruit Team](https://github.com/adafruit)**
+  * Main supporter and sponsor for hardware boards and kits
+  * Discussion and suggestion for feature and improvement
+  * Design the project logo
+
+* **[arturo182](https://github.com/arturo182)**
+  * Board support for MiMX RT1010 evaluation kit
+
+* **[Ha Thach](https://github.com/hathach)**
+  * Author and maintainer
+  * Most features develpopment
+
+* **[Jeff Epler](https://github.com/jepler)**
+  * Improvement to MIDI device driver
+
+* **[Kamil Tomaszewski](https://github.com/kamtom480)**
+  * Sony CXD56 device driver port for spresnese board
+
+* **[Nathan Conrad](https://github.com/pigrew)**
+  * STM32 fsdev Fullspeed device driver port for STM32 L0, F0, F1, F3 etc ...
+  * USBTMC class driver support with example
+  * Various improvement e.g Zero-length packet, Lint setup 
+  * Board support for STM32F070RB Nucleo, STM32F303 Discovery
+  
+* **[Scott Shawcroft](https://github.com/tannewt)**
+  * SAMD21 and SAMD51 device driver port
+  * MIDI device class driver support
+  * Improvement to USBD control transfer, MSC, CDC class driver
+  * Board support for Metro M0 & M4 express
+  * Write the execellent porting.md documentation
+  * Introduce inital Makefile
+
+* **[Sean Cross](https://github.com/xobs)**
+  * ValentyUSB eptri device driver port
+  * Board support for fomu 
+
+* **[Sylvain "tnt" Munaut](https://github.com/smunaut)**
+  * DFU runtime support with example
+
+* **[Timon Skerutsch](https://github.com/PTS93)**
+  * hid_test.js script and extensive test for bi-directional raw HID
+
+* **[Tod E. Kurt](https://github.com/todbot)**
+  * hid_test.js script and extensive test for bi-directional raw HID
+  
+* **[William D. Jones](https://github.com/cr1901)**
+  * Synopsys DesignWare device driver port for STM32 L4, F2, F4, F7, H7 etc ...
+  * MSP430 device driver port (WIP)
+  * Board support for STM32F407 Discovery, STM32H743 Nucleo, pyboard v1.1
+
+
+**[Full contributors list](https://github.com/hathach/tinyusb/contributors).**

+ 6 - 1
README.md

@@ -21,6 +21,11 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst
 └── tools           # Files used internally
 └── 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
 ## Supported MCUs
 
 
 The stack supports the following 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
   - iMX RT Series: RT1011, RT1015, RT1021, RT1052, RT1062, RT1064
 - **Sony:** CXD56
 - **Sony:** CXD56
 - **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 (device only)
 - **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.
 [Here is the list of supported Boards](docs/boards.md) that can be used with provided examples.