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

9 lines
162 B
TOML
Raw Normal View History

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