diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-16 17:07:13 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-04-16 17:07:13 +0200 |
| commit | bd13b5c0604787a52322308353bec9996f9a199d (patch) | |
| tree | 1a7899f7a465feac6a5072e2f3bd3b95045ab00e /examples/stm32f334 | |
| parent | b66736a4d3f7727c85fb15cdc2a4c431bc82d839 (diff) | |
More probe-run -> probe-rs run.
Diffstat (limited to 'examples/stm32f334')
| -rw-r--r-- | examples/stm32f334/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f334/.cargo/config.toml b/examples/stm32f334/.cargo/config.toml index caf947be6..f38c90a31 100644 --- a/examples/stm32f334/.cargo/config.toml +++ b/examples/stm32f334/.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-rs-cli chip list` | 2 | # replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list` |
| 3 | runner = "probe-run --chip STM32F334R8" | 3 | runner = "probe-rs run --chip STM32F334R8" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7em-none-eabihf" | 6 | target = "thumbv7em-none-eabihf" |
