embassy/examples/boot/application/rp/.cargo/config.toml
2024-01-22 21:31:06 +01:00

12 lines
247 B
TOML

[unstable]
#build-std = ["core"]
#build-std-features = ["panic_immediate_abort"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"