embassy/examples/nrf51/.cargo/config.toml
2024-01-24 21:23:54 +01:00

9 lines
245 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF51822_xxAA with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip nRF51822_xxAA"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"