pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

set git tag for the SDK

Open ahmetkizilay opened this issue 1 year ago • 1 comments

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

ahmetkizilay avatar Feb 08 '24 01:02 ahmetkizilay

Looks reasonable I guess. Any objection @kilograham ?

peterharperuk avatar Feb 08 '24 15:02 peterharperuk