9 lines
190 B
TOML
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",
|
|
]
|