espressif_tinyusb/hw/bsp
hathach f9ae8fa5d2 fix board issue with lpcxpresso 1347 2018-12-03 16:13:44 +07:00
..
ea4357 lpc13xx build ok (not work) with lpcopen 2018-11-30 23:39:18 +07:00
keil add Adafruit samd-peripherals as submodule. 2018-11-14 00:22:49 +07:00
lpcxpresso move nvic prio in hal/dcd to bsp for portability 2018-11-29 22:59:00 +07:00
lpcxpresso11u68 fix board issue with lpcxpresso 1347 2018-12-03 16:13:44 +07:00
lpcxpresso1347 fix board issue with lpcxpresso 1347 2018-12-03 16:13:44 +07:00
lpcxpresso1769 lpc13xx build ok (not work) with lpcopen 2018-11-30 23:39:18 +07:00
metro_m0_express Introduce a Makefile for the OS_NONE device example 2018-11-25 11:46:06 -08:00
metro_m4_express Introduce a Makefile for the OS_NONE device example 2018-11-25 11:46:06 -08:00
ngx add Adafruit samd-peripherals as submodule. 2018-11-14 00:22:49 +07:00
pca10056 clean up warnings 2018-11-26 12:29:55 +07:00
ansi_escape.h rename boards to bsp 2018-03-02 13:49:24 +07:00
board.h move nvic prio in hal/dcd to bsp for portability 2018-11-29 22:59:00 +07:00
printf_retarget.c segger studio work with ea4357 2018-03-09 16:22:10 +07:00
readme.md Add a porting doc and make a pass over the others. 2018-11-27 18:07:22 -08: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 ...