This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
computers-sound-music-portf.../code/project/.cargo/config.toml
David Westgate cc7fcd6761 rust file
2024-12-11 05:59:40 -08:00

11 lines
251 B
TOML

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