Dominik Boehi 19203c706f nrf54l: Allow debug access from firmware sid3
This adds support for the
2024-12-26 08:35:37 +01:00

10 lines
247 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF82840_xxAA with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip nrf54l15"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"