Skip to content
Discussion options

You must be logged in to vote

make BOARD=PICO_W MICROPY_PY_NETWORK_WIZNET5K=W5100S (and your second command to do the reverse configuration) doesn't do what you expect on the rp2 port because these variables are not understood by make. Rather you need to set them for CMake.

To get this working, you should modify ports/rp2/boards/PICO_W/mpconfigboard.cmake to add

set(MICROPY_PY_NETWORK_WIZNET5K W5100S)

Or equivalently add

set(MICROPY_PY_NETWORK_CYW43 ON)

to ports/rp2/boards/W5100S_EVB_PICO/mpconfigboard.cmake.

We should probably add a CMAKE_ARGS_EXTRA option to ports/rp2/Makefile

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@victorallume
Comment options

@robert-hh
Comment options

@victorallume
Comment options

Comment options

You must be logged in to vote
2 replies
@victorallume
Comment options

@jimmo
Comment options

Answer selected by victorallume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants