kopia lustrzana https://github.com/micropython/micropython
5 wiersze
221 B
C
5 wiersze
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))
|