Skip to content

Commit

Permalink
mc1322x: increase the HEAP to 2048 bytes: needed for COAP server.
Browse files Browse the repository at this point in the history
  • Loading branch information
malvira committed Feb 25, 2011
1 parent e93f84b commit f0c2734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/mc1322x/mc1322x.lds
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FIQ_STACK_SIZE = 256;
SVC_STACK_SIZE = 256;
ABT_STACK_SIZE = 16;
UND_STACK_SIZE = 16;
HEAP_SIZE = 1024;
HEAP_SIZE = 2048;

/* Read-only sections, merged into text segment: */
PROVIDE (__executable_start = 0x00400000); . = 0x00400000;
Expand Down

0 comments on commit f0c2734

Please sign in to comment.