Adjust for STM32U5.

This commit is contained in:
Bob McWhirter 2021-11-02 12:03:56 -04:00
parent 3dcf899bab
commit f12b70535b
11 changed files with 85 additions and 15 deletions
examples/stm32l4/.cargo

View file

@ -1,7 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips`
#runner = "probe-run --chip STM32L475VGT6"
runner = "probe-run --chip STM32L475VG"
#runner = "probe-run --chip STM32L475VG"
runner = "probe-run --chip STM32L4S5VI"
rustflags = [
# LLD (shipped with the Rust toolchain) is used as the default linker