aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/rp/.cargo/config.toml
blob: 22ab3a5c1588a648d889e6f8e27d74a299323114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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"