embassy/examples/boot/application/rp/.cargo/config.toml

13 lines
245 B
TOML
Raw Normal View History

[unstable]
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2023-06-29 02:39:28 +02:00
runner = "probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"