This commit is contained in:
Alexey 2026-05-20 17:23:01 +03:00
commit e3c5d3df57
8 changed files with 627 additions and 0 deletions

9
.cargo/config.toml Normal file
View 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",
]