mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
PORTENTA: Reduce the heap to fit Eth descriptors.
* Must reduce the heap for eth descriptors to fit.
This commit is contained in:
parent
b67900c80e
commit
8ce2bb6d9b
@ -152,7 +152,7 @@
|
||||
#define OMV_FB_SIZE (4M) // FB memory: header + VGA/GS image
|
||||
#define OMV_FB_ALLOC_SIZE (3M) // minimum fb alloc size
|
||||
#define OMV_STACK_SIZE (64K)
|
||||
#define OMV_HEAP_SIZE (180K)
|
||||
#define OMV_HEAP_SIZE (170K)
|
||||
#define OMV_SDRAM_SIZE (8 * 1024 * 1024) // This needs to be here for UVC firmware.
|
||||
|
||||
#define OMV_LINE_BUF_SIZE (11 * 1024) // Image line buffer round(2592 * 2BPP * 2 buffers).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user