Skip to content

Commit adbe1ea

Browse files
committed
Merge pull request #282 from ralfak/patch-4
Update SConscript
2 parents 8c3f9b9 + 4febbb2 commit adbe1ea

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

bsp/stm32f40x/Libraries/SConscript

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ CMSIS/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c
1212

1313
src += 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
2717
if rtconfig.CROSS_TOOL == 'gcc':
@@ -33,8 +23,7 @@ elif rtconfig.CROSS_TOOL == 'keil':
3323

3424
path = [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]
4029
CPPDEFINES = ['USE_STDPERIPH_DRIVER']

0 commit comments

Comments
 (0)