Increase heap to 0xCB00

This commit is contained in:
iabdalkader 2016-02-04 00:19:04 +02:00
parent 5946a25a0c
commit 3627778d80

View File

@ -60,7 +60,7 @@ _ram_end = 0x10010000; /* 64KB CCM */
_fb_base = 0x20000000; _fb_base = 0x20000000;
_stack_size = 0x1000; /* minimum amount of stack */ _stack_size = 0x1000; /* minimum amount of stack */
_heap_size = 0XC800; /* required amount of heap */ _heap_size = 0XCB00; /* required amount of heap */
_fs_cache = 0x20030000-(16*1024); _fs_cache = 0x20030000-(16*1024);
/* Define output sections */ /* Define output sections */