summaryrefslogtreecommitdiff
path: root/examples/stm32u5/.cargo/config.toml
blob: 64eab8de86d45364064ba9d73017bb36c0ff3b6c (plain)
1
2
3
4
5
6
[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"