X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Fstm32f103re_rom.ld;fp=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Fstm32f103re_rom.ld;h=c7c4def88b6b8eac745752ed3c4bce25f233201d;hb=17f239924a2d52d099e60ba3a65662f4d2b1fb16;hp=24b5307ba14ad7e81f7d95901885bd3bc69e9c43;hpb=5ce253a022f17c1088c52e15e6c050bb58ae3952;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/stm32f103re_rom.ld b/bertos/cpu/cortex-m3/scripts/stm32f103re_rom.ld index 24b5307b..c7c4def8 100644 --- a/bertos/cpu/cortex-m3/scripts/stm32f103re_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/stm32f103re_rom.ld @@ -36,6 +36,12 @@ * */ +/* + * Define stack size here + * Variable used in the cortex-m3_rom.ld file + */ +STACK_SIZE = 0x1000; + /* * Define memory configuration for STM32F103RE */