use cmsis 5 for all stm32

This commit is contained in:
hathach
2020-10-30 14:14:28 +07:00
parent 4f3ac8c492
commit a6efe475e7
24 changed files with 24 additions and 24 deletions

View File

@@ -31,7 +31,7 @@ SRC_S += \
$(ST_CMSIS)/Source/Templates/gcc/startup_stm32f207xx.s
INC += \
$(TOP)/hw/mcu/st/st_driver/CMSIS/Include \
$(TOP)/lib/CMSIS_5/CMSIS/Core/Include \
$(TOP)/$(ST_CMSIS)/Include \
$(TOP)/$(ST_HAL_DRIVER)/Inc \
$(TOP)/hw/bsp/$(BOARD)