embassy/examples/rp/.cargo/config.toml
2024-01-10 09:52:46 +01:00

8 lines
242 B
TOML

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