From 3b757a627bed6dfab479651c438fd93099decd4e Mon Sep 17 00:00:00 2001 From: slurdge Date: Wed, 10 Jun 2020 23:03:17 +0200 Subject: [PATCH] Increase stack to 5KiB --- common_arm/ldscript.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_arm/ldscript.common b/common_arm/ldscript.common index 8400f740a..9e53d8436 100644 --- a/common_arm/ldscript.common +++ b/common_arm/ldscript.common @@ -9,7 +9,7 @@ ms of the GNU GPL, version 2 or, ----------------------------------------------------------------------------- */ -stacksize = DEFINED(stacksize) ? stacksize : 4K; +stacksize = DEFINED(stacksize) ? stacksize : 5K; commonareasize = 0x20; /* AT91SAM7S256 has 256k Flash and 64k RAM */