[bsp/stm32] update stm32 bsp eclipse project

This commit is contained in:
armink
2019-10-31 13:49:50 +08:00
parent a2a091666b
commit e32c7c98a2
15 changed files with 245 additions and 10 deletions
-1
View File
@@ -201,7 +201,6 @@ def HandleToolOption(tools, env, project, reset):
# add '_REENT_SMALL' to CPPDEFINES when --specs=nano.specs has select
if linker_newlib_nano_option is not None and linker_newlib_nano_option.get('value') == 'true' and '_REENT_SMALL' not in CPPDEFINES:
CPPDEFINES += ['_REENT_SMALL']
print(linker_newlib_nano_option.get('value'))
file_header = '''
#ifndef RTCONFIG_PREINC_H__