Skip to content

Conversation

@ahmetkizilay
Copy link
Contributor

@ahmetkizilay ahmetkizilay commented Feb 8, 2024

with this change we can use PICO_SDK_FETCH_GIT_TAG to specify a release tag for the Pico SDK to download.

example usage:

set(PICO_SDK_FETCH_FROM_GIT true)
set(PICO_SDK_FETCH_FROM_GIT_TAG "1.5.1")
include(pico_sdk_import.cmake)

Fixes #1631

with this change we can use PICO_SDK_FETCH_GIT_TAG to specify a release tag for the Pico SDK to download.

example usage:
```
set(PICO_SDK_FETCH_FROM_GIT true)
set(PICO_SDK_FETCH_FROM_GIT_TAG "1.5.1")
include(pico_sdk_import.cmake)
```
@ahmetkizilay ahmetkizilay changed the base branch from master to develop February 8, 2024 02:40
@peterharperuk
Copy link
Contributor

peterharperuk commented Feb 8, 2024

Looks reasonable I guess. Any objection @kilograham ?

@kilograham kilograham added this to the 1.5.2 milestone May 19, 2024
@kilograham kilograham merged commit 3ee0623 into raspberrypi:develop Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants