aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/.cargo/config.toml
blob: 16efa8e6f11b1f1e8e7094f20422d653b2c48626 (plain)
1
2
3
4
5
6
7
8
9
[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 STM32F429ZITx"

[build]
target = "thumbv7em-none-eabi"

[env]
DEFMT_LOG = "trace"