From 00a571fc3837db8276b1ee0e80019545d39e5c36 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 22 Nov 2019 15:37:23 +0700 Subject: [PATCH] doc update --- README.md | 7 +++++-- docs/boards.md | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e61c75e5..588526ff7 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,12 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst The stack supports the following MCUs -- **Nordic:** nRF52840, nRF52833 -- **NXP:** LPC Series: 11Uxx, 13xx, 175x_6x, 177x_8x, 18xx, 40xx, 43xx, 51Uxx, 54xxx, 55xx +- **Tomu:** [valentyusb](https://github.com/im-tomu/valentyusb) (eptri) - **MicroChip:** SAMD21, SAMD51 (device only) +- **Nordic:** nRF52840, nRF52833 +- **NXP:** + - LPC Series: 11Uxx, 13xx, 175x_6x, 177x_8x, 18xx, 40xx, 43xx, 51Uxx, 54xxx, 55xx + - iMX RT Series: RT1064 - **Sony:** CXD56 - **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 (device only) diff --git a/docs/boards.md b/docs/boards.md index 3ca4d458b..caf4ef6ff 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -9,6 +9,10 @@ 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) @@ -26,6 +30,10 @@ This code base already had supported for a handful of following boards - [Nordic nRF52840 Dongle (aka pca10059)](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-Dongle) - [Nordic nRF52833 Development Kit (aka pca10100)](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52833-DK) +### 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) + ### NXP LPC - [LPCXpresso 11u37](https://www.nxp.com/design/microcontrollers-developer-resources/lpcxpresso-boards/lpcxpresso-board-for-lpc11u37h:OM13074)