aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC
diff options
context:
space:
mode:
authortheShed <theShed@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-02 14:24:25 +0000
committertheShed <theShed@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-02 14:24:25 +0000
commitb8f6224a68c710efb260d8591d59e6247e20ee1a (patch)
tree2f36862f02feb46557fbf25f093083df678fdbe4 /os/ports/GCC
parent0424e11412d67f90d39bc1a9a090dfc70a1093cd (diff)
downloadChibiOS-b8f6224a68c710efb260d8591d59e6247e20ee1a.tar.gz
ChibiOS-b8f6224a68c710efb260d8591d59e6247e20ee1a.tar.bz2
ChibiOS-b8f6224a68c710efb260d8591d59e6247e20ee1a.zip
LPC8xx: reduce stack sizes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5535 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC')
-rw-r--r--os/ports/GCC/ARMCMx/LPC8xx/ld/LPC812.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC8xx/ld/LPC812.ld b/os/ports/GCC/ARMCMx/LPC8xx/ld/LPC812.ld
index 042588a60..6973f6ddb 100644
--- a/os/ports/GCC/ARMCMx/LPC8xx/ld/LPC812.ld
+++ b/os/ports/GCC/ARMCMx/LPC8xx/ld/LPC812.ld
@@ -21,8 +21,8 @@
/*
* LPC812 memory setup.
*/
-__main_stack_size__ = 0x0200;
-__process_stack_size__ = 0x0200;
+__main_stack_size__ = 0x0100;
+__process_stack_size__ = 0x0100;
MEMORY
{