Adjust the config.toml for U5.

- Correct ISA
- Remove commented-out cruft.
This commit is contained in:
Bob McWhirter 2021-11-17 10:35:25 -05:00
parent 271881533e
commit 2649984b55

View file

@ -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"