2008-04-04 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/linkcmds: Increase heap to run ACATS.
This commit is contained in:
Joel Sherrill
2008-04-04 19:42:40 +00:00
parent ea90df234a
commit 4ce0e0baa4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-04-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Increase heap to run ACATS.
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Increase default C Program Heap size to be able to

View File

@@ -9,7 +9,7 @@
*/
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x0;
_RamSize = DEFINED(_RamSize) ? _RamSize : 1M;
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x40000;
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x80000;
_StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
SECTIONS