aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-21 17:48:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-21 17:48:25 +0000
commitaf4378db4c6066bf2450b19af4fa365078a9bfd3 (patch)
treeeb3f5aaa90a6355fef39e9ff024c8d6cf9d7f8eb /os/ports
parent6ae531cde4660cff8217f96fa621306efdeea207 (diff)
downloadChibiOS-af4378db4c6066bf2450b19af4fa365078a9bfd3.tar.gz
ChibiOS-af4378db4c6066bf2450b19af4fa365078a9bfd3.tar.bz2
ChibiOS-af4378db4c6066bf2450b19af4fa365078a9bfd3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4226 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-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
{