diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.icf index 04c0e65c7afa0960955fc8bc46cfb83d2b441241..3d2361d2b0bac96866eaab7212ede229264821d0 100644 --- a/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.icf +++ b/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.icf @@ -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}; \ No newline at end of file +place in RAM_region { readwrite, last block CSTACK}; diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.icf index bdd18477f4665f4f390ce2a8be5ca4dce74a70aa..ef28cbbd542ae4d40571770616352c58fa786ef0 100644 --- a/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.icf +++ b/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.icf @@ -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}; \ No newline at end of file +place in RAM_region { readwrite, last block CSTACK}; diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/SConscript b/bsp/stm32/libraries/templates/stm32f7xx/board/SConscript index 71989399ff8c28ea0e38ee00c5ed0206609d544e..c1ea2dbc78b0048ae8f9cb2997cfba57644e4fce 100644 --- a/bsp/stm32/libraries/templates/stm32f7xx/board/SConscript +++ b/bsp/stm32/libraries/templates/stm32f7xx/board/SConscript @@ -24,4 +24,4 @@ elif rtconfig.CROSS_TOOL == 'iar': CPPDEFINES = ['STM32F767xx'] group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES) -Return('group') \ No newline at end of file +Return('group') diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.icf index f7c9751cd66ab503828cbedd58eea2ee334e9992..067691151fc3f4882a9e276ee7ec08ada97a9e3d 100644 --- a/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.icf +++ b/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.icf @@ -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}; \ No newline at end of file +place in RAM_region { readwrite, last block CSTACK}; diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/SConscript b/bsp/stm32/libraries/templates/stm32l4xx/board/SConscript index e5741fc74d40c14f436c0848c2f00e8924691c9f..14352c367948c989b38613684686e377aa5bff95 100644 --- a/bsp/stm32/libraries/templates/stm32l4xx/board/SConscript +++ b/bsp/stm32/libraries/templates/stm32l4xx/board/SConscript @@ -36,4 +36,5 @@ elif rtconfig.CROSS_TOOL == 'iar': CPPDEFINES = ['STM32L475xx'] group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES) -Return('group') \ No newline at end of file +Return('group') + diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.icf index c1bfcb7950546f0274b8c479dc635e6bb5a4888c..20b29c8d75a9cf10f79c8ed88d00405129645e8e 100644 --- a/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.icf +++ b/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.icf @@ -26,4 +26,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}; \ No newline at end of file +place in RAM_region { readwrite, last block CSTACK};