aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f334/.cargo/config.toml
blob: f38c90a31c66d0e006214f0a5c1504583aaa2636 (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-cli chip list`
runner = "probe-rs run --chip STM32F334R8"

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

[env]
DEFMT_LOG = "trace"