aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-12-26 11:20:36 +0000
committerGitHub <[email protected]>2024-12-26 11:20:36 +0000
commitb71696c8f54edba664e9bfe77a1d86d09d88f52c (patch)
tree75dc82fc0308d6188836f7029f8f8424d30a58ec /examples
parent5cbd520ba92dade7c574cd6a44b5cce5f0fa5a5e (diff)
parent19203c706f4b317a92bd47d946b32e3799ef9467 (diff)
Merge pull request #3685 from Tiwalun/nrf54l-debug-unlock
nrf54l: Allow debug access from firmware side
Diffstat (limited to 'examples')
-rw-r--r--examples/nrf54l15/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf54l15/.cargo/config.toml b/examples/nrf54l15/.cargo/config.toml
index 4a026ebbd..443bd7418 100644
--- a/examples/nrf54l15/.cargo/config.toml
+++ b/examples/nrf54l15/.cargo/config.toml
@@ -1,6 +1,6 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# replace nRF82840_xxAA with your chip as listed in `probe-rs chip list` 2# replace nRF82840_xxAA with your chip as listed in `probe-rs chip list`
3runner = "../../sshprobe.sh" 3runner = "probe-rs run --chip nrf54l15"
4 4
5[build] 5[build]
6target = "thumbv8m.main-none-eabihf" 6target = "thumbv8m.main-none-eabihf"