embassy/examples/rpi-pico-w/.cargo/config.toml
2023-04-26 18:10:57 +02:00

9 lines
169 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 = "debug"