pimoroni-pico-rp2350/micropython/board/RPI_PICO2_W/mpconfigboard.h
Phil Howard deefd4d016 CI: Sync RPi stock boards with upstream.
Replace our experimental configs with the board config(s) from the
(as yet unmerged) Pico 2 W changes branch.
2024-11-26 22:42:02 +00:00

7 lines
283 B
C

// Board and hardware specific configuration
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico 2 W"
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - 1024 * 1024)
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "Pico2W"
#include "enable_cyw43.h"