summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2019-11-22 17:59:40 +0700
committerGitHub <[email protected]>2019-11-22 17:59:40 +0700
commit98c5084292776d962e4152c947c8051ddd5ddb31 (patch)
treed88f9ee68bdbd252461fc87773b9c6de86edf714 /docs
parentb7e5d463e990498d6c143886b4e692263f3cf406 (diff)
parentcc9b6b93c84f62c86e5436b3feb69ae472668bb8 (diff)
Merge pull request #222 from hathach/develop
add RT1060 evk board support
Diffstat (limited to 'docs')
-rw-r--r--docs/boards.md3
-rw-r--r--docs/porting.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/boards.md b/docs/boards.md
index caf4ef6ff..d310b1c23 100644
--- a/docs/boards.md
+++ b/docs/boards.md
@@ -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
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