aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf9160/.cargo/config.toml
blob: 6072b8595de62e8f344c4ad23bf5f3154e9b5028 (plain)
1
2
3
4
5
6
7
8
9
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# runner = "probe-rs run --chip nRF9160_xxAA"
runner = [ "probe-rs", "run", "--chip=nRF9160_xxAA", "--always-print-stacktrace", "--log-format={t} {[{L}]%bold} {s}  {{c} {ff}:{l:1}%dimmed}" ]

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

[env]
DEFMT_LOG = "trace"