rust file
This commit is contained in:
parent
7af983b289
commit
cc7fcd6761
11
code/project/.cargo/config.toml
Normal file
11
code/project/.cargo/config.toml
Normal 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",
|
||||||
|
]
|
Reference in New Issue
Block a user