aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-11-17 15:37:00 +0000
committerGitHub <[email protected]>2021-11-17 15:37:00 +0000
commit5754be5d1ec3d72c659acaeb5c3be29e02c8024e (patch)
tree2232ad0772eb660122a76f3275546097dd6e640d
parent271881533e104d4f1f1225a6251da2eea8269470 (diff)
parent2649984b55bfbe53b705efa50b257e8b1b420272 (diff)
Merge #492
492: Adjust the config.toml for U5. r=Dirbaio a=bobmcwhirter - Correct ISA - Remove commented-out cruft. Co-authored-by: Bob McWhirter <[email protected]>
-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"