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

10 lines
249 B
TOML
Raw Normal View History

2022-05-06 07:21:29 +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 STM32H743ZITx"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"