aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp/.cargo/config.toml
blob: 9d48ecdc93c41b16040375728368160ae58b0827 (plain)
1
2
3
4
5
6
7
8
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"

[build]
target = "thumbv6m-none-eabi"

[env]
DEFMT_LOG = "trace"