Commit Graph

13 Commits

Author SHA1 Message Date
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 ff7261600c ported stm32f2, added board stm32f207zg nucleo
close #127
2019-09-12 10:41:03 +07:00
hathach a3f1c269e9 added stm32f767nucleo board, board_test works 2019-09-11 18:02:27 +07:00
hathach de659be83e tested all the stm32f4 board, work great 2019-09-11 17:37:23 +07:00
hathach bf76a1e49e
Merge pull request #136 from hathach/develop
fix #132
2019-09-11 11:16:47 +07:00
William D. Jones 1385d7c494 stm32: Refactor so F4 and H7 use a single Synopsys IP source file. 2019-09-09 10:48:14 -04:00
hathach 218aaf94de more clean up 2019-09-09 13:19:00 +07:00
hathach fae8a944f0 swith stm32h7 to use st_driver 2019-09-05 23:39:09 +07:00
William D. Jones 4ce8796b2a board_stm32h743nucleo: Implement user button for mouse/keyboard demo. 2019-09-03 01:28:41 -04:00
William D. Jones 7153561984 stm32h7: Enable USB peripheral (device does not enumerate yet). 2019-08-30 21:57:06 -04:00
William D. Jones 0afbf1a9bb board_stm32h743nucleo: Route USB clock and pins. 2019-08-26 16:48:24 -04:00
William D. Jones 1ef98e503a board_stm32h743nucleo: Route major clocks and LED pins. 2019-08-26 14:20:13 -04:00
William D. Jones 0fb9ab9a09 stm32h7: Add empty template cdc_msc_hid example for STM32H743 Nucleo board that compiles. 2019-08-24 12:40:18 -04:00