aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC')
-rw-r--r--os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld4
-rw-r--r--os/ports/GCC/ARMCMx/LPC11xx/ld/LPC11U14.ld2
-rw-r--r--os/ports/GCC/ARMCMx/LPC13xx/ld/LPC1343.ld4
3 files changed, 5 insertions, 5 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld b/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld
index 214cd3feb..c4f328a15 100644
--- a/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld
+++ b/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld
@@ -21,8 +21,8 @@
/*
* LPC1114 memory setup.
*/
-__main_stack_size__ = 0x0100;
-__process_stack_size__ = 0x0100;
+__main_stack_size__ = 0x0200;
+__process_stack_size__ = 0x0200;
MEMORY
{
diff --git a/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC11U14.ld b/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC11U14.ld
index 4f7b3839c..ef2e723c2 100644
--- a/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC11U14.ld
+++ b/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC11U14.ld
@@ -22,7 +22,7 @@
* LPC11U14 memory setup.
*/
__main_stack_size__ = 0x0100;
-__process_stack_size__ = 0x0100;
+__process_stack_size__ = 0x0200;
MEMORY
{
diff --git a/os/ports/GCC/ARMCMx/LPC13xx/ld/LPC1343.ld b/os/ports/GCC/ARMCMx/LPC13xx/ld/LPC1343.ld
index 4e801eae9..4431d7a75 100644
--- a/os/ports/GCC/ARMCMx/LPC13xx/ld/LPC1343.ld
+++ b/os/ports/GCC/ARMCMx/LPC13xx/ld/LPC1343.ld
@@ -21,8 +21,8 @@
/*
* LPC1343 memory setup.
*/
-__main_stack_size__ = 0x0100;
-__process_stack_size__ = 0x0100;
+__main_stack_size__ = 0x0200;
+__process_stack_size__ = 0x0200;
MEMORY
{