mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
commit
d13a3ed64b
@ -1 +1 @@
|
||||
Subproject commit 2829a5fbc60137946aa18c1e9e1b4ad4747b7723
|
||||
Subproject commit f721c2235e416a9cd0434acbd5d3a67ef8a4b61c
|
||||
@ -92,7 +92,7 @@
|
||||
#define OMV_JPEG_BUF_SIZE (16 * 1024) // IDE JPEG buffer (header + data).
|
||||
|
||||
#define OMV_TEXT_ORIGIN 0x00026000
|
||||
#define OMV_TEXT_LENGTH 808K // FLASH_SIZE - SD_SIZE - FS_SIZE
|
||||
#define OMV_TEXT_LENGTH 808K // FLASH_SIZE - SD_SIZE - FS_SIZE 1024-152-64
|
||||
#define OMV_SRAM_ORIGIN 0x20004000 // Reserve 16K for SD memory.
|
||||
#define OMV_SRAM_LENGTH 240K // RAM_SIZE - SD_RAM_SIZE
|
||||
|
||||
|
||||
@ -23,6 +23,8 @@ MEMORY
|
||||
|
||||
_heap_size = OMV_HEAP_SIZE; /* required amount of heap */
|
||||
_stack_size = OMV_STACK_SIZE; /* minimum amount of stack */
|
||||
_fs_start = OMV_TEXT_ORIGIN + OMV_TEXT_LENGTH;
|
||||
_fs_end = OMV_TEXT_ORIGIN + OMV_TEXT_LENGTH + 64K;
|
||||
|
||||
/* define output sections */
|
||||
SECTIONS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user