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
9 lines
372 B
C
9 lines
372 B
C
// Board and hardware specific configuration
|
|
#ifndef MICROPY_HW_BOARD_NAME
|
|
// Might be defined by mpconfigvariant.cmake
|
|
#define MICROPY_HW_BOARD_NAME "Pimoroni Pico Plus 2"
|
|
#endif
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - (2 * 1024 * 1024))
|
|
|
|
#define MICROPY_HW_PSRAM_CS_PIN PIMORONI_PICO_PLUS2_PSRAM_CS_PIN
|