bdbc44474f
This supports 2, 4, 8 and 16MB flash variants.
5 lines
221 B
C
5 lines
221 B
C
#define MICROPY_HW_BOARD_NAME "WeAct Studio RP2040"
|
|
|
|
// Allow 1MB for the firmware image itself, allocate the remainder to the filesystem
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - (1 * 1024 * 1024))
|