This is the same form-factor as the Pico but with an RP2350. Signed-off-by: Damien George <damien@micropython.org>
4 lines
200 B
C
4 lines
200 B
C
// Board and hardware specific configuration
|
|
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico2"
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - 1024 * 1024)
|