summaryrefslogtreecommitdiff
path: root/docs/porting.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-11-22 17:42:52 +0700
committerhathach <[email protected]>2019-11-22 17:42:52 +0700
commitcc9b6b93c84f62c86e5436b3feb69ae472668bb8 (patch)
treed88f9ee68bdbd252461fc87773b9c6de86edf714 /docs/porting.md
parent38b14725f736c12be1d661dcd32dbb9b2e625a08 (diff)
update doc for RT1060 evk
Diffstat (limited to 'docs/porting.md')
-rw-r--r--docs/porting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting.md b/docs/porting.md
index 7ed21d75a..deb1b9efb 100644
--- a/docs/porting.md
+++ b/docs/porting.md
@@ -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