led_client/embassy/examples/nrf9151/s/.cargo/config.toml
2024-12-21 00:48:45 -05: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"