summaryrefslogtreecommitdiff
path: root/examples/boot/stm32h7/.cargo/config.toml
blob: 8475e7f66a9e00f55bc07600584599199e090541 (plain)
1
2
3
4
5
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 STM32H743ZITx"

[build]
target = "thumbv7em-none-eabihf"