microbit-invaders/.cargo/config.toml
2026-06-09 17:51:10 +03:00

9 lines
190 B
TOML

[build]
target = "thumbv7em-none-eabihf"
[target.thumbv7em-none-eabihf]
runner = "probe-rs run --chip nRF52833_xxAA"
rustflags = [
"-C", "linker=rust-lld",
"-C", "link-arg=-Tlink.x",
]