mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-01-28 01:47:21 +01:00
Update tools/CMakeLists.txt
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
Check Configs / check-configs (push) Has been cancelled
CMake / 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
Check Configs / check-configs (push) Has been cancelled
CMake / build (push) Has been cancelled
This commit is contained in:
parent
6dac21fff2
commit
c3fdf91962
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ endfunction()
|
|||
# This sets the target property PICOTOOL_UF2_PACKAGE_ADDR to PACKADDR and calls
|
||||
# pico_ensure_load_map(TARGET).
|
||||
#
|
||||
# \param\ PACKADDR The address to package the UF2 to
|
||||
# \param\ PACKADDR The address to package the UF2 to, either "FLASH" or a specific address
|
||||
function(pico_package_uf2_output TARGET PACKADDR)
|
||||
picotool_check_configurable(${TARGET})
|
||||
if (${PACKADDR} STREQUAL "FLASH")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue