ported stm32f2, added board stm32f207zg nucleo

close #127
This commit is contained in:
hathach
2019-09-12 10:41:03 +07:00
parent 3a17ae8714
commit ff7261600c
14 changed files with 832 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ ST_HAL_DRIVER = hw/mcu/st/st_driver/STM32F4xx_HAL_Driver
ST_CMSIS = hw/mcu/st/st_driver/CMSIS/Device/ST/STM32F4xx
# All source paths should be relative to the top level.
LD_FILE = hw/bsp/stm32f411disco/STM32F411VETx_FLASH.ld
LD_FILE = hw/bsp/$(BOARD)/STM32F411VETx_FLASH.ld
SRC_C += \
$(ST_CMSIS)/Source/Templates/system_stm32f4xx.c \