diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-26 17:00:51 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-26 17:00:51 +0200 |
| commit | 054ca17f660bd7fc760854293248ffc6a092b6da (patch) | |
| tree | 7e3b5a8b2116ce0dc026167b1070bf4cd16d2dae /examples/stm32u5 | |
| parent | 0dea7b02d6d320efabede5d7e5470bb0d42cfa88 (diff) | |
Switch from probe-run to probe-rs-cli.
- probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained.
- Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs.
Diffstat (limited to 'examples/stm32u5')
| -rw-r--r-- | examples/stm32u5/.cargo/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32u5/.cargo/config.toml b/examples/stm32u5/.cargo/config.toml index 975630a14..cecd01938 100644 --- a/examples/stm32u5/.cargo/config.toml +++ b/examples/stm32u5/.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 STM32U585AIIx with your chip as listed in `probe-run --list-chips` | 2 | # replace STM32U585AIIx with your chip as listed in `probe-rs-cli chip list` |
| 3 | runner = "probe-run --chip STM32U585AIIx" | 3 | runner = "probe-rs-cli run --chip STM32U585AIIx" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv8m.main-none-eabihf" | 6 | target = "thumbv8m.main-none-eabihf" |
