Adjust for STM32U5.
This commit is contained in:
parent
3dcf899bab
commit
f12b70535b
11 changed files with 85 additions and 15 deletions
examples/stm32l4/.cargo
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue