aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54lm20/.cargo/config.toml
blob: 0ffebed1473eb4db088a796c7d67dbe131b0f3df (plain)
1
2
3
4
5
6
7
8
9
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# Note: it needs the latest git version of probe-rs
runner = "probe-rs run --chip nrf54lm20a"

[build]
target = "thumbv8m.main-none-eabihf"

[env]
DEFMT_LOG = "trace"