summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-27 16:32:07 +0700
committerhathach <[email protected]>2019-03-27 16:32:07 +0700
commit3dfb251c1e2c7d1b6f91cf4bb2f3010e333592b3 (patch)
treef7f1bd049b7424160880f980a6c7827649fd098c /hw
parentf26fbaf404c772c0ce4e48d36d94c2743f3a8aee (diff)
clean up
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/readme.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/hw/bsp/readme.md b/hw/bsp/readme.md
deleted file mode 100644
index 02edce91e..000000000
--- a/hw/bsp/readme.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Boards #
-
-## Supported Boards ##
-
-This code base already had supported for a handful of following boards
-
-### Nordic nRF5x ###
-
-- [nRF52840-DK (aka pca10056)](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK)
-
-### NXP LPC ###
-
-- [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)
-
-### ST STM32 ###
-
-- [STM32F4 Discovery](https://www.st.com/en/evaluation-tools/stm32f4discovery.html)
-
-## 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** ...