Pico 2 / Pico 2B: Change to match upstream RPI_PICO2 Pico Plus 2: Allocate 2MB to firmware Tiny 2350: Allocate 2MB to firmware Plasma 2350: Allocate 2MB to firmware
3 lines
198 B
C
3 lines
198 B
C
// Board and hardware specific configuration
|
|
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - 1024 * 1024) |