update doc for MSP430

This commit is contained in:
hathach 2020-03-24 12:12:38 +07:00
parent 95009a9e79
commit 27ec8451a4
3 changed files with 9 additions and 4 deletions

View File

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

View File

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

View File

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