507ad03329
It is currently not enabled by default on any board.
7 lines
261 B
C
7 lines
261 B
C
// Board and hardware specific configuration
|
|
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (1408 * 1024)
|
|
|
|
// Enable USB Mass Storage with FatFS filesystem.
|
|
//#define MICROPY_HW_USB_MSC (1)
|