commonsense-sw/.cargo/config.toml

16 lines
380 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF82810_xxAA with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip nRF52810_xxAA"
[alias]
rr = "run --release"
f = "flash --chip nRF52810_xxAA --reset-halt"
fr = "flash --chip nRF52810_xxAA --release --reset-halt"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"