diff options
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 |
