embassy/examples/nrf9160/.cargo/config.toml
2024-06-28 07:11:50 -06:00

9 lines
178 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip nRF9160_xxAA"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"