esp32-s2_dfu/hw/bsp
hathach 315076375f fix timer prio for freertos to blink led 2019-03-25 00:40:51 +07:00
..
ea4088qs remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
ea4357 remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
lpcxpresso11u68 remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
lpcxpresso1347 remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
lpcxpresso1769 remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
mcb1800 remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
metro_m0_express remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
metro_m4_express remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
pca10056 fix timer prio for freertos to blink led 2019-03-25 00:40:51 +07:00
stm32f303disc remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
stm32f407g_disc1 remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
ansi_escape.h migrate license from BSD 3 clause to MIT 2019-03-20 16:11:42 +07:00
board.h remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
printf_retarget.c clean board uart read & write 2019-03-20 20:58:27 +07:00
readme.md readme clean up 2019-03-19 16:51:41 +07:00

readme.md

Boards

Supported Boards

This code base already had supported for a handful of following boards

Nordic nRF5x

NXP LPC

MicroChip SAMD

ST STM32

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