espressif_tinyusb/hw/bsp
hathach 2891ff486a simplify qspi flash with blocking API 2018-10-23 19:54:06 +07:00
..
ea4357 rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE 2018-04-14 14:08:48 +07:00
hitex rename tusb_hal_tick_get to tusb_hal_millis 2018-03-29 18:03:04 +07:00
keil rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS 2018-04-12 12:55:53 +07:00
lpcxpresso rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS 2018-04-12 12:55:53 +07:00
lpcxpresso11u68 rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS 2018-04-12 12:55:53 +07:00
lpcxpresso1347 rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS 2018-04-12 12:55:53 +07:00
lpcxpresso1769 reworking device hid class driver 2018-07-23 15:25:45 +07:00
ngx rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS 2018-04-12 12:55:53 +07:00
pca10056 simplify qspi flash with blocking API 2018-10-23 19:54:06 +07:00
ansi_escape.h rename boards to bsp 2018-03-02 13:49:24 +07:00
board.h qspi msc flash seems to work 2018-09-08 00:15:34 +07:00
printf_retarget.c segger studio work with ea4357 2018-03-09 16:22:10 +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 ...