summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-29 20:02:16 +0700
committerhathach <[email protected]>2018-11-29 20:02:16 +0700
commit3fe392414dd96cbfd1255a1c772e9358071fefa2 (patch)
tree5c313918e73c0c01c44f076a018bac9b722bb118 /hw
parent18ea601b89b6ec3bb732092e208677e101015c18 (diff)
parentac66133ec065ec752742a39080187f6cb6e10dd8 (diff)
Merge branch 'develop' into devlocal
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/readme.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/hw/bsp/readme.md b/hw/bsp/readme.md
index f6c0f619c..3b244c3ac 100644
--- a/hw/bsp/readme.md
+++ b/hw/bsp/readme.md
@@ -7,14 +7,23 @@ This code base already had supported for a handful of boards. However due to my
### NXP MCU ###
- [LPCXpresso 11u14](http://www.embeddedartists.com/products/lpcxpresso/lpc11U14_xpr.php) with base board (for some peripherals to work)
-- [<b>LPCXpresso 1347</b>](http://www.embeddedartists.com/products/lpcxpresso/lpc1347_xpr.php) with base board (for some peripherals to work)
-- [<b>LPCXpresso 1769</b>](http://www.embeddedartists.com/products/lpcxpresso/lpc1347_xpr.php) with base board (for some peripherals to work)
-- [<b>Embedded Artists LPC4357 OEM & Base board</b>](http://www.embeddedartists.com/products/kits/lpc4357_kit.php)
-- [<b>NGX LPC4330 Explorer</b>](http://shop.ngxtechnologies.com/product_info.php?products_id=104)
+- [**LPCXpresso 1347**](http://www.embeddedartists.com/products/lpcxpresso/lpc1347_xpr.php) with base board (for some peripherals to work)
+- [**LPCXpresso 1769**](http://www.embeddedartists.com/products/lpcxpresso/lpc1347_xpr.php) with base board (for some peripherals to work)
+- [**Embedded Artists LPC4357 OEM & Base board**](http://www.embeddedartists.com/products/kits/lpc4357_kit.php)
+- [**NGX LPC4330 Explorer**](http://shop.ngxtechnologies.com/product_info.php?products_id=104)
- [Keil MCB4357 Evaluation Board](http://www.keil.com/mcb4300)
+### MicroChip SAMD ###
+
+- [**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)
+
## 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.
-**Guide to implement a new board is coming soon** ... \ No newline at end of file
+**Guide to implement a new board is coming soon** ...