embassy/examples/nrf51/.cargo/config.toml
2024-01-25 21:47:49 +01:00

10 lines
245 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# 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"