aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Boehi <[email protected]>2024-12-25 16:47:16 +0100
committerDominik Boehi <[email protected]>2024-12-26 08:35:37 +0100
commit19203c706f4b317a92bd47d946b32e3799ef9467 (patch)
treedb76c7a8b2815ac120afff2356bf3d06f29082f0 /examples
parentfd2b6c80e39e7e07a5ec40f784bed123e3f69b06 (diff)
nrf54l: Allow debug access from firmware sid3
This adds support for the
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"