10 lines
247 B
TOML
Raw Normal View History

2023-06-27 20:30:58 -05:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list`
2023-07-01 17:32:16 -05:00
runner = "probe-run --chip STM32F334R8"
2023-06-27 20:30:58 -05:00
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"