micropython/ports/rp2/boards/WAVESHARE_RP2040_PLUS/mpconfigboard.h

5 wiersze
218 B
C

#define MICROPY_HW_BOARD_NAME "Waveshare RP2040-Plus"
// Allow 1MB for the firmware image itself, allocate the remainder to the filesystem
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - (640 * 1024))