[bsp][stm32] clean up the code

This commit is contained in:
SummerGift 2019-01-09 18:16:39 +08:00
parent e6995470ca
commit 22c2937c4c
3 changed files with 3 additions and 3 deletions

View File

@ -34,4 +34,4 @@ elif rtconfig.CROSS_TOOL == 'iar':
CPPDEFINES = ['STM32F407xx']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
Return('group')
Return('group')

View File

@ -25,4 +25,4 @@ do not initialize { section .noinit };
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
place in ROM_region { readonly };
place in RAM_region { readwrite, last block CSTACK};
place in RAM_region { readwrite, last block CSTACK};

View File

@ -132,4 +132,4 @@ elif PLATFORM == 'iar':
LFLAGS += ' --entry __iar_program_start'
EXEC_PATH = EXEC_PATH + '/arm/bin/'
POST_ACTION = 'ielftool --bin $TARGET rtthread.bin'
POST_ACTION = 'ielftool --bin $TARGET rtthread.bin'