aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-11-17 10:35:25 -0500
committerBob McWhirter <[email protected]>2021-11-17 10:35:25 -0500
commit2649984b55bfbe53b705efa50b257e8b1b420272 (patch)
tree2232ad0772eb660122a76f3275546097dd6e640d /examples
parent271881533e104d4f1f1225a6251da2eea8269470 (diff)
Adjust the config.toml for U5.
- Correct ISA - Remove commented-out cruft.
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32u5/.cargo/config.toml7
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"
6runner = "probe-run --chip STM32U585AIIx" 3runner = "probe-run --chip STM32U585AIIx"
7 4
8[build] 5[build]
9target = "thumbv7em-none-eabi" 6target = "thumbv8m.main-none-eabihf"