update doc for RT1060 evk
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user