diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-26 19:01:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-26 19:01:28 +0200 |
| commit | deadf40c85721db3a16473040c5f17ffd0ca3ac8 (patch) | |
| tree | 4e014cd422b5bfd375ee4d5e005d64175cdb8155 /examples | |
| parent | e2410cbb6a80940b4be9a20d6dbb99ac9974f046 (diff) | |
| parent | 405649ddc79bfad8a7f7521389da3f021df78869 (diff) | |
Merge pull request #1399 from mbrieske/probe-rs-stm32f7example
fix stm32f7 example runner command for probe-rs-cli
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/boot/application/stm32f7/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/application/stm32f7/.cargo/config.toml b/examples/boot/application/stm32f7/.cargo/config.toml index 17388cda9..7d6c88a99 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-rs-cli chip list` | 2 | # replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list` |
| 3 | runner = "probe-rs-cli run --chip STM32F767ZITx -v" | 3 | runner = "probe-rs-cli run --chip STM32F767ZITx" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7em-none-eabihf" | 6 | target = "thumbv7em-none-eabihf" |
