espressif_tinyusb/hw/bsp
hathach 9176b7b1da
renane file
2018-12-05 08:51:11 +07:00
..
ea4088qs lpc40xx device work, moving Chip_USB_Init out of tinyusb 2018-12-05 08:47:23 +07:00
ea4357 add mcb1800, blink led ok 2018-12-04 13:17:12 +07:00
lpcxpresso11u68 renane file 2018-12-05 08:51:11 +07:00
lpcxpresso1347 clean up lpc13 2018-12-03 19:02:35 +07:00
lpcxpresso1769 lpc40xx device work, moving Chip_USB_Init out of tinyusb 2018-12-05 08:47:23 +07:00
mcb1800 adding ea4088 quickstart, able to blink 2018-12-04 16:32:20 +07:00
metro_m0_express update board metro0 and metro4 2018-12-03 23:33:40 +07:00
metro_m4_express update board metro0 and metro4 2018-12-03 23:33:40 +07:00
pca10056 update pca10056, clean files 2018-12-03 23:39:34 +07:00
ansi_escape.h rename boards to bsp 2018-03-02 13:49:24 +07:00
board.h adding ea4088 quickstart, able to blink 2018-12-04 16:32:20 +07:00
printf_retarget.c segger studio work with ea4357 2018-03-09 16:22:10 +07:00
readme.md adding lpc40xx support 2018-12-04 16:06:50 +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

MicroChip SAMD

Nordic nRF52840

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