2014-03-26 15:34:16 +07:00
# Boards #
2014-03-25 21:43:48 +07:00
## Supported Boards ##
2014-03-26 15:32:44 +07:00
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.
2014-03-25 21:43:48 +07:00
### NXP MCU ###
- [LPCXpresso 11u14 ](http://www.embeddedartists.com/products/lpcxpresso/lpc11U14_xpr.php ) with base board (for some peripherals to work)
2018-11-27 18:07:22 -08:00
- [**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 )
2014-03-25 21:43:48 +07:00
- [Keil MCB4357 Evaluation Board ](http://www.keil.com/mcb4300 )
2014-03-26 15:32:44 +07:00
2018-11-27 18:07:22 -08:00
### 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 )
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** ...