embassy-display-test/.cargo/config.toml

9 lines
324 B
TOML
Raw Permalink Normal View History

2024-12-15 20:49:22 +00:00
[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"