diff options
| author | hathach <[email protected]> | 2018-12-12 23:08:08 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-12 23:08:08 +0700 |
| commit | b562fa741b5a8bb47d4e32c0a0f2600b72993b9a (patch) | |
| tree | 8d4943a22a8120ea6a587ce993d6ca2263cacf61 | |
| parent | fafef1aa1743c0862f17b3685d48f1f1c25b77d0 (diff) | |
Update readme.md
| -rw-r--r-- | hw/bsp/readme.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/hw/bsp/readme.md b/hw/bsp/readme.md index 4b4e928ae..b4105046f 100644 --- a/hw/bsp/readme.md +++ b/hw/bsp/readme.md @@ -2,25 +2,25 @@ ## Supported Boards ## -This code base already had supported for a handful of boards. However due to my limited collection, **only bold ones are (probably) guaranteed to run out of the box**. Other are merely implemented based on their schematics and needed help from you to make it work. +This code base already had supported for a handful of following boards ### NXP MCU ### -- [**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) -- [**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 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) +- [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) ### MicroChip SAMD ### -- [**Adafruit Metro M0 Express**](https://www.adafruit.com/product/3505) -- [**Adafruit Metro M4 Express**](https://www.adafruit.com/product/3382) +- [Adafruit Metro M0 Express](https://www.adafruit.com/product/3505) +- [Adafruit Metro M4 Express](https://www.adafruit.com/product/3382) ### Nordic nRF52840 ### -- [**nRF52840-DK (aka pca10056)**](https://www.nordicsemi.com/eng/Products/nRF52840-DK) +- [nRF52840-DK (aka pca10056)](https://www.nordicsemi.com/eng/Products/nRF52840-DK) ## Add your own board ## |
