X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Flm3s8962_ram.ld;h=61e673d0ffc252a10f59ba38165c59bf40c609ec;hb=57fa5e371a8b40afc99b922731b77d17c55330a4;hp=d404988248686317ec16613f6e3558cb286e3058;hpb=4d723e99d435f2bdff45611e7d48c0f8f2cd1f84;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld b/bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld index d4049882..61e673d0 100644 --- a/bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld +++ b/bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld @@ -35,6 +35,13 @@ * \author Andrea Righi */ + +/* + * Define stack size here + * Variable used in the cortex-m3_ram.ld file + */ +STACK_SIZE = 0x1000; + /* * Define memory configuration for LM3S8962 board */