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

Allow selection of tag in pico_extras_import.cmake #80

Open
apvanzanten opened this issue Aug 19, 2024 · 0 comments
Open

Allow selection of tag in pico_extras_import.cmake #80

apvanzanten opened this issue Aug 19, 2024 · 0 comments

Comments

@apvanzanten
Copy link

The pico-sdk pico_sdk_import.cmake allows selection of a git tag to use when fetching the sdk code, via the PICO_SDK_FETCH_FROM_GIT_TAG variable (see https://github.com/raspberrypi/pico-sdk/blob/2.0.0/external/pico_sdk_import.cmake). This is quite useful if e.g. you want to keep using SDK 1.5.1 because your project is somehow not compatible with 2.0.0. Unfortunately, pico_extras_import.cmake does not provide this kind of customizability, it always just fetches from master. It would very nice if we could have this also in pico_extras_import.cmake.

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