X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Flm3s8962_rom.ld;h=b79f5c01f43a4cc256484c4399bbff829b533bb0;hb=d369c385f36aae74d203f6c40ee81c80d9032bbc;hp=93ef1b1ade8f24250acb7daebdbac09b398ee86b;hpb=e246ec67f269cbe2925e91a6900b8a4d746ded8f;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/lm3s8962_rom.ld b/bertos/cpu/cortex-m3/scripts/lm3s8962_rom.ld index 93ef1b1a..b79f5c01 100644 --- a/bertos/cpu/cortex-m3/scripts/lm3s8962_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/lm3s8962_rom.ld @@ -35,6 +35,12 @@ * \author Andrea Righi */ +/* + * Define stack size here + * Variable used in the cortex-m3_rom.ld file + */ +STACK_SIZE = 0x1000; + /*/ * Define memory configuration for LM3S8962 board */