2014-03-26 15:34:16 +07:00
# Boards #
2014-03-25 21:43:48 +07:00
## Supported Boards ##
2018-12-12 23:08:08 +07:00
This code base already had supported for a handful of following boards
2014-03-25 21:43:48 +07:00
2019-03-13 23:14:48 +07:00
### Nordic nRF5x ###
- [nRF52840-DK (aka pca10056) ](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK )
### NXP LPC ###
2014-03-25 21:43:48 +07:00
2018-12-12 23:08:08 +07:00
- [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 )
2014-03-26 15:32:44 +07:00
2018-11-27 18:07:22 -08:00
### MicroChip SAMD ###
2018-12-12 23:08:08 +07:00
- [Adafruit Metro M0 Express ](https://www.adafruit.com/product/3505 )
- [Adafruit Metro M4 Express ](https://www.adafruit.com/product/3382 )
2018-11-27 18:07:22 -08:00
2019-03-13 23:14:48 +07:00
### ST STM32 ###
2018-11-27 18:07:22 -08:00
2019-03-13 23:14:48 +07:00
- [STM32F4DISCOVERY ](https://www.st.com/en/evaluation-tools/stm32f4discovery.html )
2018-11-27 18:07:22 -08:00
2014-03-26 15:32:44 +07:00
## 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.
2018-11-27 18:07:22 -08:00
**Guide to implement a new board is coming soon** ...