update doc for RT1060 evk

This commit is contained in:
hathach
2019-11-22 17:42:52 +07:00
parent 38b14725f7
commit cc9b6b93c8
3 changed files with 4 additions and 3 deletions

View File

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