diff options
| author | Bob McWhirter <[email protected]> | 2021-11-02 12:03:56 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-02 12:05:24 -0400 |
| commit | f12b70535bc5546784a8eb4ee8ff678b45f29c0c (patch) | |
| tree | d82d1159f99d1f8ad8665c6b66df0dde60a28fdb /examples | |
| parent | 3dcf899babff5b735b1f1a5a99a9005ce06f517f (diff) | |
Adjust for STM32U5.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32l4/.cargo/config.toml | 3 |
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" |
| 4 | runner = "probe-run --chip STM32L475VG" | 4 | #runner = "probe-run --chip STM32L475VG" |
| 5 | runner = "probe-run --chip STM32L4S5VI" | ||
| 5 | 6 | ||
| 6 | rustflags = [ | 7 | rustflags = [ |
| 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 |
