embassy/examples/stm32f469/.cargo/config.toml

10 lines
246 B
TOML
Raw Normal View History

2024-05-21 10:17:51 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip STM32F469NIHx"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"