X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Fsam3n4_ram.ld;h=9dee00df93be45ef4307cbfd4e6546d398a1c5dd;hb=f1fab319eb3fe91c157b3a9564841aef62a03554;hp=ad3bf375e698922c959e0613fb85ebbaa47af0bc;hpb=c37e6a3f6900ec803c2608fb387054247bab88aa;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/sam3n4_ram.ld b/bertos/cpu/cortex-m3/scripts/sam3n4_ram.ld index ad3bf375..9dee00df 100644 --- a/bertos/cpu/cortex-m3/scripts/sam3n4_ram.ld +++ b/bertos/cpu/cortex-m3/scripts/sam3n4_ram.ld @@ -36,6 +36,12 @@ * */ +/* + * Define stack size here + * Variable used in the cortex-m3_ram.ld file + */ +STACK_SIZE = 0x1000; + /* * Memory configuration for SAM3N4. */