mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-20 16:32:12 +00:00
mc1322x: increase the heap to 4K
This commit is contained in:
parent
43f0ad85f5
commit
2c79ab4962
@ -18,7 +18,7 @@ FIQ_STACK_SIZE = 256;
|
|||||||
SVC_STACK_SIZE = 256;
|
SVC_STACK_SIZE = 256;
|
||||||
ABT_STACK_SIZE = 16;
|
ABT_STACK_SIZE = 16;
|
||||||
UND_STACK_SIZE = 16;
|
UND_STACK_SIZE = 16;
|
||||||
HEAP_SIZE = 2048;
|
HEAP_SIZE = 4096;
|
||||||
|
|
||||||
/* Read-only sections, merged into text segment: */
|
/* Read-only sections, merged into text segment: */
|
||||||
PROVIDE (__executable_start = 0x00400000); . = 0x00400000;
|
PROVIDE (__executable_start = 0x00400000); . = 0x00400000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user