summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2019-11-23 01:26:58 +0700
committerGitHub <[email protected]>2019-11-23 01:26:58 +0700
commit0ee70512acd2db67e4e3f88029c820164af6a235 (patch)
treeb0deb500c1b722b8f78a0fc476ec491f46599811 /docs
parent98c5084292776d962e4152c947c8051ddd5ddb31 (diff)
parent9758f3e461f031b88d630dfb89757d2cbea809d5 (diff)
Merge pull request #223 from hathach/develop
Added board RT1050 EVKB, RT1020 EVK, RT1015 EVK
Diffstat (limited to 'docs')
-rw-r--r--docs/boards.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/boards.md b/docs/boards.md
index d310b1c23..391d40a8c 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,11 @@ 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 RT1015 Evaluation Kit](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/i.mx-rt1015-evaluation-kit:MIMXRT1015-EVK)
+- [MIMX RT1020 Evaluation Kit](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/i.mx-rt1020-evaluation-kit:MIMXRT1020-EVK)
+- [MIMX RT1050 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 +69,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.