aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2024-04-16 17:03:44 +0200
committerGitHub <[email protected]>2024-04-16 17:03:44 +0200
commit4202dac8a6cc3a8ef32696d7f551025bf19cca4b (patch)
treed08e90905c32b7287192c3d4ab9a0ea40fc254ce /examples/stm32l4
parentb3710a31f0340db247f9901837551564629f8efb (diff)
L4 Example: probe-run to probe-rs
Reverts some change made in https://github.com/embassy-rs/embassy/pull/1792
Diffstat (limited to 'examples/stm32l4')
-rw-r--r--examples/stm32l4/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l4/.cargo/config.toml b/examples/stm32l4/.cargo/config.toml
index db3a7ceff..83fc6d6f8 100644
--- a/examples/stm32l4/.cargo/config.toml
+++ b/examples/stm32l4/.cargo/config.toml
@@ -2,7 +2,7 @@
2# replace STM32F429ZITx with your chip as listed in `probe-rs chip list` 2# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
3#runner = "probe-rs run --chip STM32L475VGT6" 3#runner = "probe-rs run --chip STM32L475VGT6"
4#runner = "probe-rs run --chip STM32L475VG" 4#runner = "probe-rs run --chip STM32L475VG"
5runner = "probe-run --chip STM32L4S5QI" 5runner = "probe-rs run --chip STM32L4S5QI"
6 6
7[build] 7[build]
8target = "thumbv7em-none-eabi" 8target = "thumbv7em-none-eabi"