summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-11-23 00:19:53 +0700
committerhathach <[email protected]>2019-11-23 00:19:53 +0700
commit4ecb07afc5012cbc93664cc1a57b15e2fe0aff20 (patch)
treeec36de32e41fb5a12e7c1968c525b7c537707aa3 /docs
parentcc9b6b93c84f62c86e5436b3feb69ae472668bb8 (diff)
added MIMX RT1052 Evaluation Kit
Diffstat (limited to 'docs')
-rw-r--r--docs/boards.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/boards.md b/docs/boards.md
index d310b1c23..de1e6bbd5 100644
--- a/docs/boards.md
+++ b/docs/boards.md
@@ -9,10 +9,6 @@ The board support code is only used for self-contained examples and testing. It
This code base already had supported for a handful of following boards
-## Tomu
-
-- [Fomu](https://www.crowdsupply.com/sutajio-kosagi/fomu)
-
### MicroChip SAMD
- [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)
@@ -32,8 +28,9 @@ This code base already had supported for a handful of following boards
### NXP iMX RT
-- [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 RT1052 Evaluation Kit](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/i.mx-rt1050-evaluation-kit:MIMXRT1050-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)
+- [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)
### NXP LPC
@@ -70,6 +67,10 @@ This code base already had supported for a handful of following boards
- [STM32 F767zi Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f767zi.html)
- [STM32 H743zi Nucleo](https://www.st.com/en/evaluation-tools/nucleo-h743zi.html)
+### Tomu
+
+- [Fomu](https://www.crowdsupply.com/sutajio-kosagi/fomu)
+
## Add your own board
If you don't possess any of supported board above. Don't worry you can easily implemented your own one by following this guide as long as the mcu is supported.