From 2649984b55bfbe53b705efa50b257e8b1b420272 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Wed, 17 Nov 2021 10:35:25 -0500 Subject: [PATCH] Adjust the config.toml for U5. - Correct ISA - Remove commented-out cruft. --- examples/stm32u5/.cargo/config.toml | 7 ++----- 1 file 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 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips` -#runner = "probe-run --chip STM32U585AIIx" -#runner = "/Users/bob/outboard-repos/probe-run/target/debug/probe-run-rp --chip STM32U585AIIx" -#runner = "/Users/bob/repos/probe-run/target/debug/probe-run --chip STM32U585AIIx" +# replace STM32U585AIIx with your chip as listed in `probe-run --list-chips` runner = "probe-run --chip STM32U585AIIx" [build] -target = "thumbv7em-none-eabi" +target = "thumbv8m.main-none-eabihf"