rust file

This commit is contained in:
David Westgate 2024-12-11 05:59:40 -08:00
parent 7af983b289
commit cc7fcd6761

View File

@ -0,0 +1,11 @@
[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",
]