From db3f1864a0dd150c4380a464cf7b30237de73f2f Mon Sep 17 00:00:00 2001 From: salvopitru Date: Tue, 26 Oct 2010 11:07:20 +0000 Subject: [PATCH] Increased minimum stack size, because rpl uses it much more. --- cpu/stm32w108/hal/micro/cortexm3/stm32w108/gnu.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/stm32w108/hal/micro/cortexm3/stm32w108/gnu.ld b/cpu/stm32w108/hal/micro/cortexm3/stm32w108/gnu.ld index 65bbe760c..6762ece51 100644 --- a/cpu/stm32w108/hal/micro/cortexm3/stm32w108/gnu.ld +++ b/cpu/stm32w108/hal/micro/cortexm3/stm32w108/gnu.ld @@ -25,7 +25,7 @@ PROVIDE ( _Stack_Init = __Stack_Init ) ; /* There will be a link error if there is not this amount of RAM free at the end. */ -_Minimum_Stack_Size = 0x400 ; +_Minimum_Stack_Size = 0x500 ;