mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Cleanup QSPI flash config.
* Remove unused softqspi protocol. * Move QSPI flash to data memory, to free the DTCM.
This commit is contained in:
parent
afb8f9e47d
commit
bc4072802c
@ -1 +1 @@
|
||||
Subproject commit 4ff0f33eef2d11767ac6c92b701c763515ac6dd1
|
||||
Subproject commit 2d1323048adbbba9d90ec263e463951118c75643
|
||||
@ -150,7 +150,7 @@
|
||||
#define OMV_FB_SIZE (32M) // FB memory: header + VGA/GS image
|
||||
#define OMV_FB_ALLOC_SIZE (31M) // minimum fb alloc size
|
||||
#define OMV_STACK_SIZE (64K)
|
||||
#define OMV_HEAP_SIZE (256K)
|
||||
#define OMV_HEAP_SIZE (250K)
|
||||
#define OMV_SDRAM_SIZE (64 * 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