Maybe improve wording?
Some checks are pending
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Waiting to run
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Waiting to run
Bazel presubmit checks / other-bazel-checks (push) Waiting to run
Check Configs / check-configs (push) Waiting to run
CMake / build (push) Waiting to run

This commit is contained in:
William Vinnicombe 2025-07-23 12:01:47 +01:00
parent fe6f885ab5
commit 4a7d2ed8f3

View file

@ -179,9 +179,9 @@ if (EXISTS ${PICO_CYW43_DRIVER_PATH}/${CYW43_DRIVER_TEST_FILE})
# NO_EMBEDDED_PT argument (for example, if you need to chain into the binary, it
# can't contain a partition table).
#
# This will create a separate UF2 file for the firmware and a separate UF2 file for a
# TBYB version of the firmware. You will need to flash one of these to each device once,
# after loading the partition table. For example using picotool:
# This will create additional UF2 files for the CYW43 firmware and a TBYB version of the
# CYW43 firmware. You will need to flash one of these to each device once, after loading the
# partition table. For example using picotool:
#
# `picotool load TARGET.uf2`;
# `picotool reboot -u`;