X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Fsam3n4_rom.ld;h=5d6efa496ddabe8e72af7975434243ea4689696e;hb=HEAD;hp=170ff03b3826a191666205e838eb665b64dd2954;hpb=c37e6a3f6900ec803c2608fb387054247bab88aa;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/sam3n4_rom.ld b/bertos/cpu/cortex-m3/scripts/sam3n4_rom.ld index 170ff03b..5d6efa49 100644 --- a/bertos/cpu/cortex-m3/scripts/sam3n4_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/sam3n4_rom.ld @@ -36,6 +36,12 @@ * */ +/* + * Define stack size here + * Variable used in the cortex-m3_rom.ld file + */ +STACK_SIZE = 0x1000; + /* * Memory configuration for SAM3N4. */