mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 23:43:23 +00:00
update doc for MSP430
This commit is contained in:
parent
95009a9e79
commit
27ec8451a4
@ -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).**
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user