diff options
| author | hathach <[email protected]> | 2019-11-24 00:53:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-24 00:53:31 +0700 |
| commit | ac65e94b8695ad8b1e5944cc06c21b27139112dc (patch) | |
| tree | d405699f3e7dd0512c4c44e03096086334433db9 | |
| parent | 15d6f813c2536c70ecaf3a55890976f619f89b96 (diff) | |
| parent | a3ed87972df853ee4c2025265d65da996edf48ae (diff) | |
Merge branch 'develop'
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | docs/boards.md | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -29,10 +29,10 @@ The stack supports the following MCUs - **Nordic:** nRF52840, nRF52833 - **NXP:** - LPC Series: 11Uxx, 13xx, 175x_6x, 177x_8x, 18xx, 40xx, 43xx, 51Uxx, 54xxx, 55xx - - iMX RT Series: RT1015, RT1021, RT1052, RT1062, RT1064 + - iMX RT Series: RT1011, RT1015, RT1021, RT1052, RT1062, RT1064 - **Sony:** CXD56 - **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 (device only) -- **Tomu:** [valentyusb](https://github.com/im-tomu/valentyusb) (eptri) +- **[valentyusb](https://github.com/im-tomu/valentyusb)** eptri [Here is the list of supported Boards](docs/boards.md) that can be used with provided examples. diff --git a/docs/boards.md b/docs/boards.md index 391d40a8c..7006aae5d 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -28,6 +28,7 @@ This code base already had supported for a handful of following boards ### NXP iMX RT +- [MIMX RT1010 Evaluation Kit](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/i.mx-rt1010-evaluation-kit:MIMXRT1010-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) |
