From 19203c706f4b317a92bd47d946b32e3799ef9467 Mon Sep 17 00:00:00 2001 From: Dominik Boehi Date: Wed, 25 Dec 2024 16:47:16 +0100 Subject: nrf54l: Allow debug access from firmware sid3 This adds support for the --- examples/nrf54l15/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] # replace nRF82840_xxAA with your chip as listed in `probe-rs chip list` -runner = "../../sshprobe.sh" +runner = "probe-rs run --chip nrf54l15" [build] target = "thumbv8m.main-none-eabihf" -- cgit