aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/basic/.cargo/config.toml
blob: 17616a0548cf664fd5e49652babc6c426b4d76b8 (plain)
1
2
3
4
5
6
7
8
9
[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 nRF52840_xxAA"

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

[env]
DEFMT_LOG = "trace"