diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-28 10:15:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-28 10:15:14 +0000 |
commit | 947ea751a6ff037579b053d6d13ca6ea0137df08 (patch) | |
tree | 528329bcdb9e0c3b5bfc0ab828c64f746ed0e90f /os/ports/GCC | |
parent | 8886493a4e3208880149fb34ba2d407c3154e323 (diff) | |
download | ChibiOS-947ea751a6ff037579b053d6d13ca6ea0137df08.tar.gz ChibiOS-947ea751a6ff037579b053d6d13ca6ea0137df08.tar.bz2 ChibiOS-947ea751a6ff037579b053d6d13ca6ea0137df08.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3672 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC')
-rw-r--r-- | os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld | 4 | ||||
-rw-r--r-- | os/ports/GCC/ARMCMx/LPC13xx/ld/LPC1343.ld | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld b/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld index 23b6d7a88..0de34100f 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/LPC13xx/ld/LPC1343.ld b/os/ports/GCC/ARMCMx/LPC13xx/ld/LPC1343.ld index 517aa3e44..b3ec94273 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
{
|