aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-11-02 12:03:56 -0400
committerBob McWhirter <[email protected]>2021-11-02 12:05:24 -0400
commitf12b70535bc5546784a8eb4ee8ff678b45f29c0c (patch)
treed82d1159f99d1f8ad8665c6b66df0dde60a28fdb /examples
parent3dcf899babff5b735b1f1a5a99a9005ce06f517f (diff)
Adjust for STM32U5.
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32l4/.cargo/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/stm32l4/.cargo/config.toml b/examples/stm32l4/.cargo/config.toml
index b157e3aeb..d32ca4ae9 100644
--- a/examples/stm32l4/.cargo/config.toml
+++ b/examples/stm32l4/.cargo/config.toml
@@ -1,7 +1,8 @@
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-run --list-chips` 2# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips`
3#runner = "probe-run --chip STM32L475VGT6" 3#runner = "probe-run --chip STM32L475VGT6"
4runner = "probe-run --chip STM32L475VG" 4#runner = "probe-run --chip STM32L475VG"
5runner = "probe-run --chip STM32L4S5VI"
5 6
6rustflags = [ 7rustflags = [
7 # LLD (shipped with the Rust toolchain) is used as the default linker 8 # LLD (shipped with the Rust toolchain) is used as the default linker