embassy/examples/nrf51/.cargo/config.toml

10 lines
245 B
TOML
Raw Normal View History

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2024-01-25 20:47:49 +00:00
# replace nRF51422_xxAA with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip nRF51422_xxAA"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"