diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-12-26 11:20:36 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-26 11:20:36 +0000 |
| commit | b71696c8f54edba664e9bfe77a1d86d09d88f52c (patch) | |
| tree | 75dc82fc0308d6188836f7029f8f8424d30a58ec /examples | |
| parent | 5cbd520ba92dade7c574cd6a44b5cce5f0fa5a5e (diff) | |
| parent | 19203c706f4b317a92bd47d946b32e3799ef9467 (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.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" |
