Initial commit

This commit is contained in:
2025-11-16 15:08:26 +01:00
commit a2bc2232c0
8 changed files with 1467 additions and 0 deletions

3
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
targets = ["thumbv6m-none-eabi"]
channel = "stable"