embassy/examples/boot/stm32f7/.cargo/config.toml

7 lines
225 B
TOML
Raw Normal View History

2022-05-03 14:16:37 +00:00
[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"