mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Increase heap size
This commit is contained in:
parent
1879988bcb
commit
8a68746a37
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user