This commit is contained in:
hathach
2014-03-26 15:32:44 +07:00
parent 535c8be49d
commit 989cad708a
4 changed files with 163 additions and 91 deletions

View File

@@ -1,8 +1,8 @@
# Boards #
# Boards # {#Boards}
## 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 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.
### NXP MCU ###
@@ -13,3 +13,9 @@ this code base already had supported for a handful of boards. However due to my
- [<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)
- [Keil MCB4357 Evaluation Board](http://www.keil.com/mcb4300)
## 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** ...