[bsp/stm32]add stm32f2xx template

This commit is contained in:
misonyo
2019-06-18 18:26:49 +08:00
parent abba1ddaf5
commit aae6274ef1
242 changed files with 242540 additions and 26 deletions
+4 -1
View File
@@ -60,7 +60,10 @@ if GetDepend(['BSP_USING_ON_CHIP_FLASH', 'SOC_SERIES_STM32F0']):
if GetDepend(['BSP_USING_ON_CHIP_FLASH', 'SOC_SERIES_STM32F1']):
src += ['drv_flash/drv_flash_f1.c']
if GetDepend(['BSP_USING_ON_CHIP_FLASH', 'SOC_SERIES_STM32F2']):
src += ['drv_flash/drv_flash_f2.c']
if GetDepend(['BSP_USING_ON_CHIP_FLASH', 'SOC_SERIES_STM32F4']):
src += ['drv_flash/drv_flash_f4.c']