switch stm32f3 to use st_driver

This commit is contained in:
hathach
2019-09-05 22:41:58 +07:00
parent c4b384d22f
commit 1d2223a116
4 changed files with 33 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ SRC_C += \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_cortex.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_rcc.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_gpio.c
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_gpio.c
SRC_S += \
$(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s