1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-31 07:20:23 +00:00

7 Commits

Author SHA1 Message Date
hathach
04cf337b79 clean up flash-stlink 2020-01-10 15:09:59 +07:00
hathach
88bdb12ee5 close define HSE_VALUE in _hal_conf instead of board.mk 2019-12-11 15:19:51 +07:00
hathach
f638594536 move -flto to board.mk
current board that doesn work with flto is spresense and mimxrt10xx (due
to xip image_vector_table is optimized out).
2019-11-20 16:06:40 +07:00
hathach
585aebeb12 add uart support for stm32f072disco 2019-11-03 12:54:05 +07:00
hathach
6183dbd0ce add -Wextra for more warnings to example
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
2019-09-27 00:15:43 +07:00
hathach
3f02c35983 fix 2019-09-11 11:55:16 +07:00
hathach
34b76898da adding stm32f072disco board, board_test example running 2019-09-11 11:41:47 +07:00