mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add jpeg line buffer to linker script.
This commit is contained in:
parent
d4b13d21ce
commit
312fabad13
@ -62,6 +62,8 @@ _fb_base = 0x20000000;
|
||||
_stack_size = 0xC00; /* minimum amount of stack */
|
||||
_heap_size = 0xCC00; /* required amount of heap */
|
||||
_fs_cache = 0x20030000-(16*1024);
|
||||
/* This needs to be max_line * 4 (VGA_line * 4)*/
|
||||
_line_buf = _fs_cache - (640*4);
|
||||
|
||||
/* Define output sections */
|
||||
SECTIONS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user