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

[build]
target = "thumbv6m-none-eabi"

[env]
DEFMT_LOG = "trace"