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

10 lines
250 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`
2024-04-16 15:07:13 +00:00
runner = "probe-rs run --chip STM32F334R8"
2023-06-28 01:30:58 +00:00
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"