diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6c83ef9c..9802b162 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -10,7 +10,7 @@ * **[Ha Thach](https://github.com/hathach)** * Author and maintainer - * Most features develpopment + * Most features development * **[Jeff Epler](https://github.com/jepler)** * Improvement to MIDI device driver @@ -54,8 +54,8 @@ * **[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 + * TI MSP430 device driver port + * Board support for STM32F407 Discovery, STM32H743 Nucleo, pyboard v1.1, msp_exp430f5529lp etc ... **[Full contributors list](https://github.com/hathach/tinyusb/contributors).** diff --git a/README.md b/README.md index 19106db3..7d777b42 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,14 @@ Special thanks to all the people who spent their precious time and effort to hel The stack supports the following MCUs: - **MicroChip:** SAMD21, SAMD51 (device only) -- **Nordic:** nRF52840, nRF52833 +- **NordicSemi:** nRF52840, nRF52833 - **Nuvoton:** NUC120, NUC121/NUC125, NUC126, NUC505 - **NXP:** - LPC Series: 11Uxx, 13xx, 175x_6x, 177x_8x, 18xx, 40xx, 43xx, 51Uxx, 54xxx, 55xx - iMX RT Series: RT1011, RT1015, RT1021, RT1052, RT1062, RT1064 - **Sony:** CXD56 - **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 (device only) +- **TI:** MSP430 - **[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. diff --git a/docs/boards.md b/docs/boards.md index 9667f694..57e18950 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -86,6 +86,10 @@ This code base already had supported for a handful of following boards (sorted a - [STM32 F767zi Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f767zi.html) - [STM32 H743zi Nucleo](https://www.st.com/en/evaluation-tools/nucleo-h743zi.html) +### TI + + - [MSP430F5529 USB LaunchPad Evaluation Kit](http://www.ti.com/tool/MSP-EXP430F5529LP) + ### Tomu - [Fomu](https://www.crowdsupply.com/sutajio-kosagi/fomu)