This commit is contained in:
andromeda
2026-04-05 21:11:02 +02:00
commit 399d59d5e7
11 changed files with 1416 additions and 0 deletions

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imac-unknown-none-elf"]