hathach 6 лет назад
Родитель
Сommit
27ec8451a4
3 измененных файлов с 9 добавлено и 4 удалено
  1. 3 3
      CONTRIBUTORS.md
  2. 2 1
      README.md
  3. 4 0
      docs/boards.md

+ 3 - 3
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).**

+ 2 - 1
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.

+ 4 - 0
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)