This commit is contained in:
2026-02-24 22:29:23 +01:00
commit adc3f0aada
7 changed files with 938 additions and 0 deletions

6
rust-toolchain.toml Normal file
View File

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