diff options
| author | Dominik Boehi <[email protected]> | 2024-12-25 16:47:16 +0100 |
|---|---|---|
| committer | Dominik Boehi <[email protected]> | 2024-12-26 08:35:37 +0100 |
| commit | 19203c706f4b317a92bd47d946b32e3799ef9467 (patch) | |
| tree | db76c7a8b2815ac120afff2356bf3d06f29082f0 /examples | |
| parent | fd2b6c80e39e7e07a5ec40f784bed123e3f69b06 (diff) | |
nrf54l: Allow debug access from firmware sid3
This adds support for the
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf54l15/.cargo/config.toml | 2 |
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` |
| 3 | runner = "../../sshprobe.sh" | 3 | runner = "probe-rs run --chip nrf54l15" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv8m.main-none-eabihf" | 6 | target = "thumbv8m.main-none-eabihf" |
