19 Commits

Author SHA1 Message Date
hathach
a6efe475e7 use cmsis 5 for all stm32 2020-10-30 14:14:28 +07:00
hathach
41a36b1256 f0 use offical st driver repo 2020-10-30 12:48:34 +07:00
hathach
ec018fbf4e clean up jlink default interface 2020-10-08 17:17:37 +07:00
hathach
1a8ce043ed enable -Wcast-align
suppress vendor sdk driver at board.mk
2020-05-17 14:24:15 +07:00
hathach
50be9d7c3a
mass rename tud/dcd_irq_handler to tud/dcd_init_handler 2020-04-17 12:27:53 +07:00
hathach
9014ca5528 move irq for stm32 fsdev 2020-04-08 16:26:14 +07:00
Nathan Conrad
62a68034d9 Update F0 BSP for new HAL 2020-03-28 10:58:36 -04:00
Nathan Conrad
705d43cda7 Modify include of HAL, and remove CMSIS clock configuration code, and implement UART for STM32F407Disco 2020-03-26 10:10:06 -04:00
hathach
04cf337b79 clean up flash-stlink 2020-01-10 15:09:59 +07:00
hathach
88bdb12ee5 close #204 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
943b7467d8 correct LED, button and uart for feather_stm32f405 2019-11-09 00:08:32 +07:00
hathach
585aebeb12 add uart support for stm32f072disco 2019-11-03 12:54:05 +07:00
hathach
6f952a8e84 fix missing board uart read/write() 2019-10-24 12:20:06 +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
de659be83e tested all the stm32f4 board, work great 2019-09-11 17:37:23 +07:00
hathach
ec50b274fc added stm32f072disco board
close #104
2019-09-11 12:05:55 +07:00
hathach
3f02c35983 fix #130 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