5 lines
117 B
CMake
5 lines
117 B
CMake
# cmake file for Wiznet W5100S-EVB-Pico.
|
|
set(PICO_BOARD pico)
|
|
set(MICROPY_PY_WIZNET5K W5100S)
|
|
set(MICROPY_PY_LWIP 1)
|