espressif_tinyusb/hw/bsp
hathach 0fcd263df3 stm32f place startup*.o first in linking order due to gcc flto bug
ref: https://bugs.launchpad.net/gcc-arm-embedded/+bug/1747966
2019-03-19 16:41:00 +07:00
..
ea4088qs rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency 2018-12-14 15:30:54 +07:00
ea4357 rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency 2018-12-14 15:30:54 +07:00
lpcxpresso11u68 enable all warnings 2018-12-07 14:49:55 +07:00
lpcxpresso1347 rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency 2018-12-14 15:30:54 +07:00
lpcxpresso1769 rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency 2018-12-14 15:30:54 +07:00
mcb1800 dcd_set_address include status response, usbd control stall both control in and out 2019-03-13 23:14:48 +07:00
metro_m0_express update flash-jlink target for m0 and m4 board 2019-03-17 15:42:57 +07:00
metro_m4_express update flash-jlink target for m0 and m4 board 2019-03-17 15:42:57 +07:00
pca10056 nrf5x Let application decide USBD_IRQn priority 2019-01-29 19:42:31 +07:00
stm32f407g_disc1 stm32f place startup*.o first in linking order due to gcc flto bug 2019-03-19 16:41:00 +07:00
ansi_escape.h rename boards to bsp 2018-03-02 13:49:24 +07:00
board.h Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4 2019-01-10 09:58:06 -05:00
printf_retarget.c segger studio work with ea4357 2018-03-09 16:22:10 +07:00
readme.md dcd_set_address include status response, usbd control stall both control in and out 2019-03-13 23:14:48 +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 ...