Skip to content

Allow selection of tag in pico_extras_import.cmake #80

@apvanzanten

Description

@apvanzanten

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions