diff --git a/examples/stm32u5/.cargo/config.toml b/examples/stm32u5/.cargo/config.toml index 826fd33f..64eab8de 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"