diff options
| author | hathach <[email protected]> | 2019-09-01 11:54:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-01 11:54:56 +0700 |
| commit | 3aa6e84d987f94693fc4d4a2bae67460fd93798a (patch) | |
| tree | f8b447be87398e7c8bbf3cf63ba1c877de29da28 | |
| parent | c18a7fd9ad0f391868d9aecc5e652864ef3cc5bd (diff) | |
update doc
| -rw-r--r-- | docs/boards.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/boards.md b/docs/boards.md index 84319aaf3..be7ebf22d 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -12,6 +12,7 @@ This code base already had supported for a handful of following boards ### Nordic nRF5x - [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062) +- [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333) - [Nordic nRF52840 Development Kit (aka pca10056)](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) ### NXP LPC @@ -19,15 +20,17 @@ This code base already had supported for a handful of following boards - [LPCXpresso 11U68](https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/lpcxpresso-boards/lpcxpresso-board-for-lpc11u68:OM13058) - [LPCXpresso 1347](https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/lpcxpresso-boards/lpcxpresso-board-for-lpc1347:OM13045) - [LPCXpresso 1769](https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/lpcxpresso-boards/lpcxpresso-board-for-lpc1769:OM13000) -- [LPCXpresso 51U68](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpcxpresso51u68-for-the-lpc51u68-mcus:OM40005) - [Keil MCB1800 Evaluation Board](http://www.keil.com/mcb1800) - [Embedded Artists LPC4088 Quick Start board](https://www.embeddedartists.com/products/lpc4088-quickstart-board) - [Embedded Artists LPC4357 Developer Kit](http://www.embeddedartists.com/products/kits/lpc4357_kit.php) +- [LPCXpresso 51U68](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpcxpresso51u68-for-the-lpc51u68-mcus:OM40005) ### MicroChip SAMD -- [Adafruit Feather M4 Express](https://www.adafruit.com/product/3857) +- [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) +- [Adafruit Feather M0 Express](https://www.adafruit.com/product/3403) - [Adafruit Metro M0 Express](https://www.adafruit.com/product/3505) +- [Adafruit Feather M4 Express](https://www.adafruit.com/product/3857) - [Adafruit Metro M4 Express](https://www.adafruit.com/product/3382) ### ST STM32 |
