aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54lm20/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nrf54lm20/.cargo/config.toml')
-rw-r--r--examples/nrf54lm20/.cargo/config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/nrf54lm20/.cargo/config.toml b/examples/nrf54lm20/.cargo/config.toml
new file mode 100644
index 000000000..0ffebed14
--- /dev/null
+++ b/examples/nrf54lm20/.cargo/config.toml
@@ -0,0 +1,9 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# Note: it needs the latest git version of probe-rs
3runner = "probe-rs run --chip nrf54lm20a"
4
5[build]
6target = "thumbv8m.main-none-eabihf"
7
8[env]
9DEFMT_LOG = "trace"