From f0c27340c63d25fb31b9a98b49ae63bcd5284029 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Fri, 25 Feb 2011 16:10:08 -0500 Subject: [PATCH] mc1322x: increase the HEAP to 2048 bytes: needed for COAP server. --- cpu/mc1322x/mc1322x.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/mc1322x/mc1322x.lds b/cpu/mc1322x/mc1322x.lds index df3ca8895..2e6dddf75 100644 --- a/cpu/mc1322x/mc1322x.lds +++ b/cpu/mc1322x/mc1322x.lds @@ -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;