mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1162 from openmv/lwip_update
Update LWIP to latest.
This commit is contained in:
commit
3f3c240401
@ -1 +1 @@
|
||||
Subproject commit 02739879284e16bbaeb317f930d5de577c892659
|
||||
Subproject commit 5a18175f846cc22224fbd06185340d78952e0e19
|
||||
@ -153,7 +153,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 (32K)
|
||||
#define OMV_HEAP_SIZE (182K)
|
||||
#define OMV_HEAP_SIZE (180K)
|
||||
#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