embassy/examples/rp/.cargo/config.toml
2022-06-18 01:59:12 +02:00

8 lines
196 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run --chip RP2040"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "trace"