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/stm32f7 | |
| 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/stm32f7')
| -rw-r--r-- | examples/boot/application/stm32f7/.cargo/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/application/stm32f7/.cargo/config.toml b/examples/boot/application/stm32f7/.cargo/config.toml index a90e1ccbb..17388cda9 100644 --- a/examples/boot/application/stm32f7/.cargo/config.toml +++ b/examples/boot/application/stm32f7/.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 STM32F429ZITx with your chip as listed in `probe-run --list-chips` | 2 | # replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list` |
| 3 | runner = "probe-run --chip STM32F767ZITx -v" | 3 | runner = "probe-rs-cli run --chip STM32F767ZITx -v" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7em-none-eabihf" | 6 | target = "thumbv7em-none-eabihf" |
