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

Could not initialize project for waveshare_rp2040_zero board #8731

Open
vasya-serega opened this issue Oct 7, 2024 · 0 comments
Open

Could not initialize project for waveshare_rp2040_zero board #8731

vasya-serega opened this issue Oct 7, 2024 · 0 comments

Comments

@vasya-serega
Copy link

vasya-serega commented Oct 7, 2024

There is a new error trying to build existing project where platformio.ini constains
[env:waveshare_rp2040_zero]
platform = raspberrypi
board = waveshare_rp2040_zero
framework = arduino

or to create a new project for waveshare_rp2040_zero board:
PIO Core Call Error: "The following files/directories have been created in D:\Projects\temp\test\r\ninclude - Put project header files here\r\nlib - Put project specific (private) libraries here\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\nResolving waveshare_rp2040_zero dependencies...\r\n\n\nUnknownBoard: Unknown board ID 'waveshare_rp2040_zero'"
with an error inside problems tab: cannot open source file "pico.h" (dependency of "Arduino.h")

It has started after updating platform to support newly added Raspberry Pi Pico2 boards by 'pio lib update' command

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

1 participant