X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Flm3s1968_rom.ld;h=eff380edcf9b20adc1ba9fbfec2ee54db00af506;hb=2c97fb09442a7039298a940a1c56bcb48dd412b4;hp=8a8cefe25f31c3cb38cd044688b339e6ae5e379c;hpb=e246ec67f269cbe2925e91a6900b8a4d746ded8f;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld b/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld index 8a8cefe2..eff380ed 100644 --- a/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld @@ -36,6 +36,12 @@ * */ +/* + * Define stack size here + * Variable used in the cortex-m3_rom.ld file + */ +STACK_SIZE = 0x1000; + /* * Define memory configuration for LM3S1968 board */