pimoroni-pico-rp2350/micropython/board/RPI_PICO2_W/mpconfigboard.h
Phil Howard 81c3422e79 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.
2025-01-14 14:07:36 +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"