6250337c9c
This will ensure that any board with networking support gets: - webrepl - mip - urequests - ntptime This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
6 lines
203 B
CMake
6 lines
203 B
CMake
# cmake file for Wiznet W5500-EVB-Pico.
|
|
set(PICO_BOARD wiznet_w5100s_evb_pico)
|
|
set(MICROPY_PY_NETWORK_WIZNET5K W5500)
|
|
set(MICROPY_PY_LWIP 1)
|
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
|