swith stm32h7 to use st_driver

This commit is contained in:
hathach
2019-09-05 23:36:31 +07:00
parent 1d2223a116
commit fae8a944f0
4 changed files with 179 additions and 127 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ SRC_C += \
$(ST_HAL_DRIVER)/Src/stm32f3xx_hal_gpio.c
SRC_S += \
hw/mcu/st/startup/stm32f3/startup_stm32f303xc.s
$(ST_CMSIS)/Source/Templates/gcc/startup_stm32f303xc.s
INC += \
$(TOP)/hw/mcu/st/st_driver/CMSIS/Include \