In most cases, it's calculated automatically from the board name, and so doesn't need to be set at all. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
5 lines
141 B
CMake
5 lines
141 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)
|