File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,6 @@ CMSIS/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c
1212
1313src += Glob ('STM32F4xx_StdPeriph_Driver/src/*.c' )
1414
15- # starupt scripts for each STM32 kind
16- # startup_scripts = {}
17- # startup_scripts['STM32F10X_CL'] = 'startup_stm32f10x_cl.s'
18- # startup_scripts['STM32F10X_HD'] = 'startup_stm32f10x_hd.s'
19- # startup_scripts['STM32F10X_HD_VL'] = 'startup_stm32f10x_hd_vl.s'
20- # startup_scripts['STM32F10X_LD'] = 'startup_stm32f10x_ld.s'
21- # startup_scripts['STM32F10X_LD_VL'] = 'startup_stm32f10x_ld_vl.s'
22- # startup_scripts['STM32F10X_MD'] = 'startup_stm32f10x_md.s'
23- # startup_scripts['STM32F10X_MD_VL'] = 'startup_stm32f10x_md_vl.s'
24- # startup_scripts['STM32F10X_XL'] = 'startup_stm32f10x_xl.s'
2515
2616#add for startup script
2717if rtconfig .CROSS_TOOL == 'gcc' :
@@ -33,8 +23,7 @@ elif rtconfig.CROSS_TOOL == 'keil':
3323
3424path = [cwd + '/STM32F4xx_StdPeriph_Driver/inc' ,
3525 cwd + '/CMSIS/ST/STM32F4xx/Include' ,
36- cwd + '/CMSIS/Include' ,
37- cwd + '/CMSIS/CM3/DeviceSupport/ST/STM32F10x' ]
26+ cwd + '/CMSIS/Include' ]
3827
3928#CPPDEFINES = ['USE_STDPERIPH_DRIVER', rtconfig.STM32_TYPE]
4029CPPDEFINES = ['USE_STDPERIPH_DRIVER' ]
You can’t perform that action at this time.
0 commit comments