diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32u5/.cargo/config.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/stm32u5/.cargo/config.toml b/examples/stm32u5/.cargo/config.toml index 826fd33f3..64eab8de8 100644 --- a/examples/stm32u5/.cargo/config.toml +++ b/examples/stm32u5/.cargo/config.toml | |||
| @@ -1,9 +1,6 @@ | |||
| 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 STM32U585AIIx with your chip as listed in `probe-run --list-chips` |
| 3 | #runner = "probe-run --chip STM32U585AIIx" | ||
| 4 | #runner = "/Users/bob/outboard-repos/probe-run/target/debug/probe-run-rp --chip STM32U585AIIx" | ||
| 5 | #runner = "/Users/bob/repos/probe-run/target/debug/probe-run --chip STM32U585AIIx" | ||
| 6 | runner = "probe-run --chip STM32U585AIIx" | 3 | runner = "probe-run --chip STM32U585AIIx" |
| 7 | 4 | ||
| 8 | [build] | 5 | [build] |
| 9 | target = "thumbv7em-none-eabi" | 6 | target = "thumbv8m.main-none-eabihf" |
