embassy/examples/stm32wba/.cargo/config.toml
2023-09-16 04:04:45 +02:00

9 lines
181 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip STM32WBA52CGUxT"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"