aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32l1
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-06-29 02:39:28 +0200
committerDario Nieuwenhuis <[email protected]>2023-06-29 02:39:28 +0200
commitf7ec579c18b2ec925afcd4ab9a840719f4ce08cc (patch)
treed3770ddc86986669a04fcf79aea01221f5307e53 /examples/boot/application/stm32l1
parent4f0aca481fedf69c4bb80390ceb035bb9c522bc8 (diff)
Update probe-rs-cli -> probe-rs
Diffstat (limited to 'examples/boot/application/stm32l1')
-rw-r--r--examples/boot/application/stm32l1/.cargo/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/application/stm32l1/.cargo/config.toml b/examples/boot/application/stm32l1/.cargo/config.toml
index 1401500a0..9cabd14ba 100644
--- a/examples/boot/application/stm32l1/.cargo/config.toml
+++ b/examples/boot/application/stm32l1/.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 your chip as listed in `probe-rs-cli chip list` 2# replace your chip as listed in `probe-rs chip list`
3runner = "probe-rs-cli run --chip STM32L151CBxxA" 3runner = "probe-rs run --chip STM32L151CBxxA"
4 4
5[build] 5[build]
6target = "thumbv7m-none-eabi" 6target = "thumbv7m-none-eabi"