mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-14 04:18:56 +00:00
update doc for RT1060 evk
This commit is contained in:
parent
38b14725f7
commit
cc9b6b93c8
@ -30,7 +30,7 @@ The stack supports the following MCUs
|
||||
- **Nordic:** nRF52840, nRF52833
|
||||
- **NXP:**
|
||||
- LPC Series: 11Uxx, 13xx, 175x_6x, 177x_8x, 18xx, 40xx, 43xx, 51Uxx, 54xxx, 55xx
|
||||
- iMX RT Series: RT1064
|
||||
- iMX RT Series: RT1060, RT1064
|
||||
- **Sony:** CXD56
|
||||
- **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 (device only)
|
||||
|
||||
|
@ -32,7 +32,8 @@ This code base already had supported for a handful of following boards
|
||||
|
||||
### NXP iMX RT
|
||||
|
||||
- [iMX RT1064 Evaluation Kit](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/mimxrt1064-evk-i.mx-rt1064-evaluation-kit:MIMXRT1064-EVK)
|
||||
- [MIMX RT1064 Evaluation Kit](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/mimxrt1064-evk-i.mx-rt1064-evaluation-kit:MIMXRT1064-EVK)
|
||||
- [MIMX RT1060 Evaluation Kit](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/mimxrt1060-evk-i.mx-rt1060-evaluation-kit:MIMXRT1060-EVK)
|
||||
|
||||
### NXP LPC
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Porting
|
||||
|
||||
TinyUSB is designed to be a universal USB protocol stack for low-cost 32 bit microcontrollers. It
|
||||
TinyUSB is designed to be a universal USB protocol stack for microcontrollers. It
|
||||
handles most of the high level USB protocol and relies on the microcontroller's USB peripheral for
|
||||
data transactions on different endpoints. Porting is the process of adding low-level support for
|
||||
the rest of the common stack. Once the low-level is implemented, it is very easy to add USB support
|
||||
|
Loading…
x
Reference in New Issue
Block a user