embassy/examples/stm32u5/.cargo/config.toml
Bob McWhirter 2649984b55 Adjust the config.toml for U5.
- Correct ISA
- Remove commented-out cruft.
2021-11-17 10:35:25 -05:00

6 lines
226 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32U585AIIx with your chip as listed in `probe-run --list-chips`
runner = "probe-run --chip STM32U585AIIx"
[build]
target = "thumbv8m.main-none-eabihf"