embassy/examples/.cargo/config.toml

9 lines
168 B
TOML
Raw Normal View History

2023-05-09 01:51:08 +02:00
[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"