Skip to content
New issue

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

Board Switch doesn't work if importing official pico_examples #113

Closed
B3rn475 opened this issue Oct 27, 2024 · 1 comment
Closed

Board Switch doesn't work if importing official pico_examples #113

B3rn475 opened this issue Oct 27, 2024 · 1 comment

Comments

@B3rn475
Copy link

B3rn475 commented Oct 27, 2024

Steps:

  1. Git clone the official https://github.com/raspberrypi/pico-examples.git repository
  2. Import the repository with the VS Code extension
  3. Switch board to pico_w
  4. Compile

Expected Result: /pico_w/... examples compile

Actual Result: /pico_w/... are skipped, because the board type is still pico and not pico_w.

@will-v-pi
Copy link
Collaborator

Yes, that’s because pico-examples doesn’t have a set(PICO_BOARD… line in the CMakeLists.txt - see #46

@will-v-pi will-v-pi closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants