Stack size problem solved for cortex-m3 CPU family. (STACK_SIZE variable in cortex...
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 4 May 2011 12:59:54 +0000 (12:59 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 4 May 2011 12:59:54 +0000 (12:59 +0000)
commit17f239924a2d52d099e60ba3a65662f4d2b1fb16
treed6cac656002a923cd3bb785e5f84a21615030c95
parent5ce253a022f17c1088c52e15e6c050bb58ae3952
Stack size problem solved for cortex-m3 CPU family. (STACK_SIZE variable in cortex-m3 linker scripts was shared between every cortex-m3 CPU) STACK_SIZE variable moved into the CPU specific linker script file.

Signed-off-by: Andrea Scalise <andreascalo@gmail.com>
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4875 38d2e660-2303-0410-9eaa-f027e97ec537
14 files changed:
bertos/cpu/cortex-m3/scripts/cortex-m3_ram.ld
bertos/cpu/cortex-m3/scripts/cortex-m3_rom.ld
bertos/cpu/cortex-m3/scripts/lm3s1968_ram.ld
bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld
bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld
bertos/cpu/cortex-m3/scripts/lm3s8962_rom.ld
bertos/cpu/cortex-m3/scripts/sam3n4_ram.ld
bertos/cpu/cortex-m3/scripts/sam3n4_rom.ld
bertos/cpu/cortex-m3/scripts/sam3x8_rom.ld
bertos/cpu/cortex-m3/scripts/stm32f100rb_rom.ld
bertos/cpu/cortex-m3/scripts/stm32f101c4_ram.ld
bertos/cpu/cortex-m3/scripts/stm32f101c4_rom.ld
bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld
bertos/cpu/cortex-m3/scripts/stm32f103re_rom.ld