embassy/examples/.cargo/config.toml
kalkyl 72b0379125 🌈
2023-05-09 01:51:08 +02:00

9 lines
168 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs-cli run --chip RP2040"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "info"