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

10 lines
252 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"
[env]
DEFMT_LOG = "trace"