Initial commit
This commit is contained in:
commit
4baf810992
6 changed files with 699 additions and 0 deletions
9
.cargo/config.toml
Normal file
9
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue