Initial init

This commit is contained in:
iaphetes 2025-08-21 15:34:01 +02:00
commit aa241feec8
15 changed files with 3628 additions and 0 deletions

6
rust-toolchain.toml Normal file
View file

@ -0,0 +1,6 @@
[toolchain]
channel = "stable"
components = ["rust-src", "rustfmt", "llvm-tools"]
targets = [
"thumbv6m-none-eabi",
]