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

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

[env]
DEFMT_LOG = "trace"