embassy/examples/nrf9160/.cargo/config.toml
2024-08-21 12:44:07 +02:00

10 lines
325 B
TOML

[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"