aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/nrf
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-04-26 18:07:56 +0200
committerGitHub <[email protected]>2023-04-26 18:07:56 +0200
commite2410cbb6a80940b4be9a20d6dbb99ac9974f046 (patch)
tree7e3b5a8b2116ce0dc026167b1070bf4cd16d2dae /examples/boot/application/nrf
parent0dea7b02d6d320efabede5d7e5470bb0d42cfa88 (diff)
parent054ca17f660bd7fc760854293248ffc6a092b6da (diff)
Merge pull request #1398 from embassy-rs/probe-rs
Switch from probe-run to probe-rs-cli.
Diffstat (limited to 'examples/boot/application/nrf')
-rw-r--r--examples/boot/application/nrf/.cargo/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/application/nrf/.cargo/config.toml b/examples/boot/application/nrf/.cargo/config.toml
index 8ca28df39..3872e7189 100644
--- a/examples/boot/application/nrf/.cargo/config.toml
+++ b/examples/boot/application/nrf/.cargo/config.toml
@@ -1,6 +1,6 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips` 2# replace nRF82840_xxAA with your chip as listed in `probe-rs-cli chip list`
3runner = "probe-run --chip nRF52840_xxAA" 3runner = "probe-rs-cli run --chip nRF52840_xxAA"
4 4
5[build] 5[build]
6target = "thumbv7em-none-eabi" 6target = "thumbv7em-none-eabi"