summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f412disco
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-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-12ported stm32f2, added board stm32f207zg nucleohathach
close #127
2019-09-11tested all the stm32f4 board, work greathathach
2019-09-09stm32: Refactor so F4 and H7 use a single Synopsys IP source file.William D. Jones
2019-09-08ported board stm32f412g discoveryhathach
- added soft connect for enable pull up register dcd stm32f4
2019-09-06added board stm32f412 discovery, board_test exmaple runhathach