mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Lock picotool version on master to 2.1.1 (#2401)
Some checks failed
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Has been cancelled
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Has been cancelled
Bazel presubmit checks / other-bazel-checks (push) Has been cancelled
CMake / build (push) Has been cancelled
Build on macOS / build (push) Has been cancelled
Multi GCC / build (push) Has been cancelled
Build on Windows / build (push) Has been cancelled
Some checks failed
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Has been cancelled
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Has been cancelled
Bazel presubmit checks / other-bazel-checks (push) Has been cancelled
CMake / build (push) Has been cancelled
Build on macOS / build (push) Has been cancelled
Multi GCC / build (push) Has been cancelled
Build on Windows / build (push) Has been cancelled
The master SDK branch (and the SDK release tags eg 2.1.1) should point to specific picotool tags, to ensure you get a compatible picotool (note this is beyond the 2.1.1 tag in master, so will just fix this for users who check out the HEAD of master)
This commit is contained in:
parent
ee68c78d0a
commit
9a4113fbba
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ if (NOT TARGET picotool)
|
||||||
message("Downloading Picotool")
|
message("Downloading Picotool")
|
||||||
FetchContent_Populate(picotool QUIET
|
FetchContent_Populate(picotool QUIET
|
||||||
GIT_REPOSITORY https://github.com/raspberrypi/picotool.git
|
GIT_REPOSITORY https://github.com/raspberrypi/picotool.git
|
||||||
GIT_TAG develop
|
GIT_TAG 2.1.1
|
||||||
|
|
||||||
SOURCE_DIR ${picotool_INSTALL_DIR}/picotool-src
|
SOURCE_DIR ${picotool_INSTALL_DIR}/picotool-src
|
||||||
BINARY_DIR ${picotool_INSTALL_DIR}/picotool-build
|
BINARY_DIR ${picotool_INSTALL_DIR}/picotool-build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue