espressif_tinyusb/boards
hathach cee41a7871 fix keil ngx4330 invalid ram init path
add ngx, lpc1769 to keil/iar/lpcxpresso device freertos
2014-03-31 14:33:40 +07:00
..
embedded_artists clean up 2014-03-26 16:20:57 +07:00
hitex doxygen documenting 2014-03-25 13:00:37 +07:00
keil added mcb4300 to all host lpcxpresso project 2014-03-26 11:56:43 +07:00
lpcxpresso added board lpcxpresso 11u14 2014-03-25 16:41:50 +07:00
microbuilder added board lpcxpresso 11u14 2014-03-25 16:41:50 +07:00
ngx doxygen documenting 2014-03-25 13:00:37 +07:00
ansi_escape.h doxygen documenting 2014-03-25 13:00:37 +07:00
board.c fix keil ngx4330 invalid ram init path 2014-03-31 14:33:40 +07:00
board.h added board lpcxpresso 11u14 2014-03-25 16:41:50 +07:00
printf_retarget.c move boards to root folder 2014-03-12 17:18:50 +07:00
readme.md md 2014-03-26 15:34:16 +07:00

readme.md

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.

NXP MCU

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 ...