Increase heap size

This commit is contained in:
iabdalkader 2015-05-03 11:04:16 +03:00
parent 1879988bcb
commit 8a68746a37

View File

@ -59,8 +59,8 @@ _estack = 0x10010000; /* Stack is allocated on CCM block */
_ram_end = 0x10010000; /* 64KB CCM */
_fb_base = 0x20000000;
_stack_size = 0x1000; /* required amount of stack */
_heap_size = 0XB400; /* required amount of heap */
_stack_size = 0x1000; /* minimum amount of stack */
_heap_size = 0XC000; /* required amount of heap */
/* Define output sections */
SECTIONS