mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-20 19:12:39 +01:00
Update multi booter
final flash offset of bootloader set to 200k right now bootloader code occupied 156k of flash so there is a small space left for future modifications
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 (920 * 1024)
|
||||
#define FLASH_TARGET_OFFSET (968 * 1024)
|
||||
#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 (920 * 1024)
|
||||
#define FLASH_TARGET_OFFSET (968 * 1024)
|
||||
#define MAX_CPU 420000
|
||||
#define MAXSUBFUN 256 // each entry takes up 4 bytes
|
||||
#ifdef USBKEYBOARD
|
||||
|
||||
Reference in New Issue
Block a user