embassy/examples/stm32f469/.cargo/config.toml
Joël Schulz-Ansres 4e42eaef7c Add dsi example
2024-05-21 22:44:40 +02:00

10 lines
246 B
TOML

[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"