espressif_tinyusb/boards
hathach 68a56e52a2 remove RF1GHZNODE from board/readme.md
dcd_lpc43xx.c
- assign ENDPTPRIME with = instead of |=
- fix bug with control transfer the determination of complete transferred --> fix keyboard + msc causes fast blinking

add osal_semaphore_reset(usbd_control_xfer_sem_hdl) when bus_reset
2014-04-04 12:22:33 +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 remove RF1GHZNODE from board/readme.md 2014-04-04 12:22:33 +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 remove RF1GHZNODE from board/readme.md 2014-04-04 12:22:33 +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 ...