diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-26 18:07:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-26 18:07:56 +0200 |
| commit | e2410cbb6a80940b4be9a20d6dbb99ac9974f046 (patch) | |
| tree | 7e3b5a8b2116ce0dc026167b1070bf4cd16d2dae /examples/boot/application/nrf | |
| parent | 0dea7b02d6d320efabede5d7e5470bb0d42cfa88 (diff) | |
| parent | 054ca17f660bd7fc760854293248ffc6a092b6da (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.toml | 4 |
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` |
| 3 | runner = "probe-run --chip nRF52840_xxAA" | 3 | runner = "probe-rs-cli run --chip nRF52840_xxAA" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7em-none-eabi" | 6 | target = "thumbv7em-none-eabi" |
