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

Add options to include Pimoroni libraries #27

Open
PJTewkesbury opened this issue Jul 13, 2024 · 2 comments
Open

Add options to include Pimoroni libraries #27

PJTewkesbury opened this issue Jul 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@PJTewkesbury
Copy link

Hi,

Loving the VSCode extension - Thanks

It would be great if you could add support for the Pimoroni hardware so all we need to do is select which hardware we have and the New Project wizard would add the correct config to get this compiling.

Thanks.

@will-v-pi
Copy link
Collaborator

We can look into adding more boards to the drop-down selection - this would involve adding all boards supported by the SDK. For now, you can use different hardware by just changing the set(PICO_BOARD ...) line in the CMakeLists.txt file after the project is generated, and deleting the build directory and reopening the window - no other configuration should be needed.

@PJTewkesbury
Copy link
Author

PJTewkesbury commented Jul 16, 2024

Hi, thanks for your response. I was not thinking of adding more PICO boards to the list, but that would be good. I was thinking of adding options to the wizard to import libraries for the Pimoroni add on boards like the Pico_display_2 (https://shop.pimoroni.com/products/pico-display-pack-2-0?variant=39374122582099) and the others they produce.

The reason I ask it that as I am new to Pico and C/C++/CMake I am having a very difficalt time getting the right libraries added to a basic PicoW template. I can write C/C++ code, but the CMake part of things is a challange.

Thanks.

@will-v-pi will-v-pi added the enhancement New feature or request label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants