X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Fstm32f101c4_rom.ld;h=19dc64230fbe1e5e4506afb31fd55a52eb557267;hb=HEAD;hp=f2ea131c93b986a99ff52ec25eb9b171f2e38361;hpb=457ded51e2bb0fb6daec2fc4073a0b1fef4f48ae;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/stm32f101c4_rom.ld b/bertos/cpu/cortex-m3/scripts/stm32f101c4_rom.ld index f2ea131c..19dc6423 100644 --- a/bertos/cpu/cortex-m3/scripts/stm32f101c4_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/stm32f101c4_rom.ld @@ -36,6 +36,13 @@ * */ + +/* + * Define stack size here + * Variable used in the cortex-m3_rom.ld file + */ +STACK_SIZE = 0x200; + /* * Define memory configuration for STM32F101C4 */