mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-26 05:52:38 +01:00
program offset back to 200k, picomite size increase to 880k (1080k in total)
This commit is contained in:
@@ -162,7 +162,7 @@ extern "C" {
|
||||
#ifdef rp2350
|
||||
#define HEAP_MEMORY_SIZE (288*1024)
|
||||
#define MAXVARS 768 // 8 + MAXVARLEN + MAXDIM * 4 (ie, 64 bytes) - these do not incl array members
|
||||
#define FLASH_TARGET_OFFSET (968 * 1024)
|
||||
#define FLASH_TARGET_OFFSET (1080 * 1024) // 200k + 880k -- make sure PicoMite binary is under 880k! (currently ~780k, leave 100k for expansion)
|
||||
#define MAX_CPU (rp2350a ? 396000 : 378000)
|
||||
#define MAXSUBFUN 512 // each entry takes up 4 bytes
|
||||
#ifdef USBKEYBOARD
|
||||
@@ -175,7 +175,7 @@ extern "C" {
|
||||
#else
|
||||
#define HEAP_MEMORY_SIZE (128*1024)
|
||||
#define MAXVARS 512 // 8 + MAXVARLEN + MAXDIM * 2 (ie, 56 bytes) - these do not incl array members
|
||||
#define FLASH_TARGET_OFFSET (968 * 1024)
|
||||
#define FLASH_TARGET_OFFSET (1080 * 1024) // 200k + 880k -- make sure PicoMite binary is under 880k! (currently ~780k, leave 100k for expansion)
|
||||
#define MAX_CPU 420000
|
||||
#define MAXSUBFUN 256 // each entry takes up 4 bytes
|
||||
#ifdef USBKEYBOARD
|
||||
|
||||
Reference in New Issue
Block a user