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

5
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,5 @@
[toolchain]
channel = "1.95.0"
components = ["clippy", "rustfmt", "rust-src", "llvm-tools-preview"]
targets = ["thumbv7m-none-eabi"]
profile = "minimal"