c364301817
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
143 B
CMake
5 lines
143 B
CMake
# cmake file for Wiznet W5100S-EVB-Pico.
|
|
set(PICO_BOARD wiznet_w5100s_evb_pico)
|
|
set(MICROPY_PY_NETWORK_WIZNET5K W5100S)
|
|
set(MICROPY_PY_LWIP 1)
|