mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 13:21:45 +00:00
9 lines
178 B
TOML
9 lines
178 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "probe-rs run --chip STM32WBA65RI"
|
|
|
|
[build]
|
|
target = "thumbv8m.main-none-eabihf"
|
|
|
|
[env]
|
|
DEFMT_LOG = "trace"
|