aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32f3/.cargo/config.toml
blob: 4a7ec0a5b7c08fd7c3a5fe77c14464370693aba3 (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 STM32F303VCTx"

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

[env]
DEFMT_LOG = "trace"