embassy/examples/nrf54l15/.cargo/config.toml
2024-11-17 14:42:06 +01:00

10 lines
236 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 = "../../sshprobe.sh"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"