|
1 | 1 | # TinyUSB contributors (sorted alphabetically) |
2 | 2 |
|
3 | | -* **[Adafruit Team](https://github.com/adafruit)** |
4 | | - * Main supporter and sponsor for hardware boards and kits |
5 | | - * Discussion and suggestion for feature and improvement |
6 | | - * Design the project logo |
7 | | - |
8 | | -* **[arturo182](https://github.com/arturo182)** |
9 | | - * Board support for MiMX RT1010 evaluation kit |
10 | | - |
11 | | -* **[Ha Thach](https://github.com/hathach)** |
12 | | - * Author and maintainer |
13 | | - * Most features development |
14 | | - |
15 | | -* **[Jan Dümpelmann](https://github.com/duempel)** |
16 | | - * Improvements to Synopsys device controller driver (DCD) for STM32 MCUs |
17 | | - |
18 | | -* **[Jeff Epler](https://github.com/jepler)** |
19 | | - * Improvement to MIDI device driver |
20 | | - |
21 | | -* **[Kamil Tomaszewski](https://github.com/kamtom480)** |
22 | | - * Sony CXD56 device driver port for spresnese board |
23 | | - |
24 | | -* **[Nathan Conrad](https://github.com/pigrew)** |
25 | | - * STM32 fsdev Fullspeed device driver port for STM32 L0, F0, F1, F3 etc ... |
26 | | - * USBTMC class driver support with example |
27 | | - * Various improvement e.g Zero-length packet, Lint setup |
28 | | - * Board support for STM32F070RB Nucleo, STM32F303 Discovery |
29 | | - |
30 | | -* **[Peter Lawrence](https://github.com/majbthrd)** |
31 | | - * Nuvoton NUC 120, 121, 125, 126, 505 device driver port |
32 | | - * USBNET RNDIS, CDC-ECM, CDC-EEM class driver |
33 | | - * Added `net_lwip_webserver` example for demonstration of usbnet with lwip |
34 | | - * Board support for NuTiny NUC120, NUC121s, NUC125s, NUC126V, NUC505 |
35 | | - * Complete multiple class interfaces & add cdc_dual_ports example |
36 | | - |
37 | | -* **[Scott Shawcroft](https://github.com/tannewt)** |
38 | | - * SAMD21 and SAMD51 device driver port |
39 | | - * MIDI device class driver support |
40 | | - * Improvement to USBD control transfer, MSC, CDC class driver |
41 | | - * Board support for Metro M0 & M4 express |
42 | | - * Write the execellent porting.md documentation |
43 | | - * Introduce inital Makefile |
44 | | - |
45 | | -* **[Sean Cross](https://github.com/xobs)** |
46 | | - * ValentyUSB eptri device driver port |
47 | | - * Board support for fomu |
48 | | - |
49 | | -* **[Sylvain "tnt" Munaut](https://github.com/smunaut)** |
50 | | - * DFU runtime support with example |
51 | | - |
52 | | -* **[Timon Skerutsch](https://github.com/PTS93)** |
53 | | - * hid_test.js script and extensive test for bi-directional raw HID |
54 | | - |
55 | | -* **[Tod E. Kurt](https://github.com/todbot)** |
56 | | - * hid_test.js script and extensive test for bi-directional raw HID |
57 | | - |
58 | | -* **[William D. Jones](https://github.com/cr1901)** |
59 | | - * Synopsys DesignWare device driver port for STM32 L4, F2, F4, F7, H7 etc ... |
60 | | - * TI MSP430 device driver port |
61 | | - * Board support for STM32F407 Discovery, STM32H743 Nucleo, pyboard v1.1, msp_exp430f5529lp etc ... |
| 3 | +- **[Adafruit Team](https://github.com/adafruit)** |
| 4 | + - Main supporter and sponsor for hardware boards and kits |
| 5 | + - Discussion and suggestion for feature and improvement |
| 6 | + - Design the project logo |
| 7 | + |
| 8 | +- **[Ha Thach](https://github.com/hathach)** |
| 9 | + - *Author and maintainer* |
| 10 | + - Most features development |
| 11 | + |
| 12 | +- **[Hristo Gochkov](https://github.com/me-no-dev)** |
| 13 | + - Improve ESP32s2 DCD |
| 14 | + |
| 15 | +- **[Jan Dümpelmann](https://github.com/duempel)** |
| 16 | + - Improve transfer performance for Synopsys DCD for STM32 MCUs |
| 17 | + |
| 18 | +- **[Jeff Epler](https://github.com/jepler)** |
| 19 | + - Improve MIDI class driver |
| 20 | + |
| 21 | +- **[Jerzy Kasenberg](https://github.com/kasjer)** |
| 22 | + - Add new DCD port for **Dialog DA1469x** |
| 23 | + - Add new class driver for **Bluetooth HCI** |
| 24 | + - Add ISO transfer for STM32 Synopsys, Nordic nRF, Dialog DA1469x |
| 25 | + - Improve Audio driver and add uac2_headset example |
| 26 | + - Improve STM32 Synopsys DCD with various PRs |
| 27 | + |
| 28 | +- **[Kamil Tomaszewski](https://github.com/kamtom480)** |
| 29 | + - Add new DCD port for **Sony CXD56** (spresnese board) |
| 30 | + |
| 31 | +- **[Kay Sievers](https://github.com/kaysievers)** |
| 32 | + - Improve MIDI driver with packet API |
| 33 | + |
| 34 | +- **[Nathan Conrad](https://github.com/pigrew)** |
| 35 | + - Add new DCD port for **STM32 fsdev** Fullspeed device for STM32 L0, F0, F1, F3 etc ... |
| 36 | + - Add new class driver for **USB Test and Measurement Class (USBTMC)** |
| 37 | + - Various improvement e.g Zero-length packet, Lint setup |
| 38 | + - Board support for STM32F070RB Nucleo, STM32F303 Discovery |
| 39 | + |
| 40 | +- **[Peter Lawrence](https://github.com/majbthrd)** |
| 41 | + - Add new DCD port for **Nuvoton NUC 120, 121, 125, 126, 505** |
| 42 | + - Add new class driver for **USBNET RNDIS, CDC-ECM** |
| 43 | + - Add *net_lwip_webserver* example for demonstration of usbnet with lwip |
| 44 | + - Board support for NuTiny NUC120, NUC121s, NUC125s, NUC126V, NUC505 |
| 45 | + - Improve multiple cdc interfaces API & add cdc_dual_ports example |
| 46 | + |
| 47 | +- **[Reinhard Panhuber](https://github.com/PanRe)** |
| 48 | + - Add new class driver for **USB Audio Class 2.0 (UAC2)** |
| 49 | + - Enhance tu_fifo with unmasked pointer, which better support DMA |
| 50 | + |
| 51 | +- **[Scott Shawcroft](https://github.com/tannewt)** |
| 52 | + - Add new DCD port for **SAMD21 and SAMD51** |
| 53 | + - Add new class driver for **Musical Instrument Digital Interface (MIDI)** |
| 54 | + - Improve USBD control transfer, MSC, CDC class driver |
| 55 | + - Board support for Metro M0 & M4 express |
| 56 | + - Write the execellent porting.md documentation |
| 57 | + - Add initial Makefile |
| 58 | + |
| 59 | +- **[Sean Cross](https://github.com/xobs)** |
| 60 | + - Add new DCD port for **ValentyUSB eptri** (fomu board) |
| 61 | + |
| 62 | +- **[Sylvain "tnt" Munaut](https://github.com/smunaut)** |
| 63 | + - Add new class driver for DFU Runtime |
| 64 | + |
| 65 | +- **[Timon Skerutsch](https://github.com/PTS93)** |
| 66 | + - Add hid_test.js script and extensive test for bi-directional raw HID |
| 67 | + |
| 68 | +- **[Tod E. Kurt](https://github.com/todbot)** |
| 69 | + - Add hid_test.js script and extensive test for bi-directional raw HID |
| 70 | + |
| 71 | +- **[Uwe Bonnes](https://github.com/UweBonnes)** |
| 72 | + - Improve STM32 Synopsys highspeed DCD |
| 73 | + |
| 74 | +- **[William D. Jones](https://github.com/cr1901)** |
| 75 | + - Add new DCD port for **Synopsys DesignWare** for STM32 L4, F2, F4, F7, H7 etc ... |
| 76 | + - Add new DCD port for **TI MSP430** |
| 77 | + - Board support for STM32F407 Discovery, STM32H743 Nucleo, pyboard v1.1, msp_exp430f5529lp etc ... |
62 | 78 |
|
63 | 79 | **[Full contributors list](https://github.com/hathach/tinyusb/contributors).** |
0 commit comments