Initial commit

This commit is contained in:
2026-07-03 12:59:18 +02:00
commit fcf95f44e9
30 changed files with 8325 additions and 0 deletions

9
.cargo/config.toml Normal file
View File

@@ -0,0 +1,9 @@
[target.thumbv7m-none-eabi]
linker = "flip-link"
rustflags = [
"-C",
"link-arg=-Tlink.x",
]
[env]
DEFMT_LOG = "info"