embassy/examples/boot/stm32f7/.cargo/config.toml
2022-05-06 21:57:15 +02:00

6 lines
225 B
TOML

[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 STM32F767ZITx -v"
[build]
target = "thumbv7em-none-eabihf"