PORTENTA: Reduce the heap to fit Eth descriptors.

* Must reduce the heap for eth descriptors to fit.
This commit is contained in:
iabdalkader 2021-04-24 20:56:50 +02:00
parent b67900c80e
commit 8ce2bb6d9b

View File

@ -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).