embassy/examples/stm32f334/.cargo/config.toml

10 lines
247 B
TOML
Raw Normal View History

2023-06-28 01:30:58 +00: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 22:32:16 +00:00
runner = "probe-run --chip STM32F334R8"
2023-06-28 01:30:58 +00:00
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"