led_client/embassy/examples/boot/bootloader/rp/.cargo/config.toml
2024-12-21 00:48:45 -05:00

9 lines
165 B
TOML

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