Merge pull request #1162 from openmv/lwip_update

Update LWIP to latest.
This commit is contained in:
Ibrahim Abd Elkader 2021-02-13 00:26:47 +02:00 committed by GitHub
commit 3f3c240401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 02739879284e16bbaeb317f930d5de577c892659 Subproject commit 5a18175f846cc22224fbd06185340d78952e0e19

View File

@ -153,7 +153,7 @@
#define OMV_FB_SIZE (4M) // FB memory: header + VGA/GS image #define OMV_FB_SIZE (4M) // FB memory: header + VGA/GS image
#define OMV_FB_ALLOC_SIZE (3M) // minimum fb alloc size #define OMV_FB_ALLOC_SIZE (3M) // minimum fb alloc size
#define OMV_STACK_SIZE (32K) #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_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). #define OMV_LINE_BUF_SIZE (11 * 1024) // Image line buffer round(2592 * 2BPP * 2 buffers).