espressif_tinyusb/hw/bsp
hathach b5f17fd823 move startup to bsp folder 2018-03-02 14:59:55 +07:00
..
ea4357 move startup to bsp folder 2018-03-02 14:59:55 +07:00
hitex rename boards to bsp 2018-03-02 13:49:24 +07:00
keil rename boards to bsp 2018-03-02 13:49:24 +07:00
lpcxpresso rename boards to bsp 2018-03-02 13:49:24 +07:00
ngx rename boards to bsp 2018-03-02 13:49:24 +07:00
ansi_escape.h rename boards to bsp 2018-03-02 13:49:24 +07:00
board.c rename boards to bsp 2018-03-02 13:49:24 +07:00
board.h re-org bsp 2018-03-02 14:53:40 +07:00
printf_retarget.c rename boards to bsp 2018-03-02 13:49:24 +07:00
readme.md rename boards to bsp 2018-03-02 13:49:24 +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 ...