summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f072disco
AgeCommit message (Collapse)Author
2019-11-20move -flto to board.mkhathach
current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out).
2019-11-09correct LED, button and uart for feather_stm32f405hathach
2019-11-03add uart support for stm32f072discohathach
2019-10-24fix missing board uart read/write()hathach
2019-09-27add -Wextra for more warnings to examplehathach
non-stack warning (probably mcu driver) should be suppressed in the board.mk
2019-09-11tested all the stm32f4 board, work greathathach
2019-09-11added stm32f072disco boardhathach
close #104
2019-09-11fix #130hathach
2019-09-11adding stm32f072disco board, board_test example runninghathach