micropython/ports/rp2/boards/W5500_EVB_PICO/mpconfigboard.cmake

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
123 B
CMake
Raw Normal View History

# cmake file for Wiznet W5500-EVB-Pico.
set(PICO_BOARD pico)
set(MICROPY_PY_NETWORK_WIZNET5K W5500)
set(MICROPY_PY_LWIP 1)