micro-rust/.cargo/config.toml

10 lines
214 B
TOML
Raw Normal View History

2024-10-17 10:02:00 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip nRF52833_xxAA --allow-erase-all"
linker = "flip-link"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"