We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps:
https://github.com/raspberrypi/pico-examples.git
pico_w
Expected Result: /pico_w/... examples compile
/pico_w/...
Actual Result: /pico_w/... are skipped, because the board type is still pico and not pico_w.
pico
The text was updated successfully, but these errors were encountered:
Yes, that’s because pico-examples doesn’t have a set(PICO_BOARD… line in the CMakeLists.txt - see #46
set(PICO_BOARD…
Sorry, something went wrong.
No branches or pull requests
Steps:
https://github.com/raspberrypi/pico-examples.git
repositorypico_w
Expected Result:
/pico_w/...
examples compileActual Result:
/pico_w/...
are skipped, because the board type is stillpico
and notpico_w
.The text was updated successfully, but these errors were encountered: