embassy/examples/stm32wba/.cargo/config.toml

9 lines
181 B
TOML
Raw Normal View History

2023-09-16 03:44:01 +02:00
[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"