aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalte Brieske <[email protected]>2023-04-26 18:58:28 +0200
committerMalte Brieske <[email protected]>2023-04-26 18:58:28 +0200
commit405649ddc79bfad8a7f7521389da3f021df78869 (patch)
tree4e014cd422b5bfd375ee4d5e005d64175cdb8155
parente2410cbb6a80940b4be9a20d6dbb99ac9974f046 (diff)
fix stm32f7 example runner command for probe-rs-cli
-rw-r--r--examples/boot/application/stm32f7/.cargo/config.toml2
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`
3runner = "probe-rs-cli run --chip STM32F767ZITx -v" 3runner = "probe-rs-cli run --chip STM32F767ZITx"
4 4
5[build] 5[build]
6target = "thumbv7em-none-eabihf" 6target = "thumbv7em-none-eabihf"