aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf5340/.cargo/config.toml
blob: 4c3cf3d32fc9e547bd7915ad21036354a75b4a0e (plain)
1
2
3
4
5
6
7
8
9
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF5340_xxAA with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip nRF5340_xxAA"

[build]
target = "thumbv8m.main-none-eabihf"

[env]
DEFMT_LOG = "trace"