first commit

This commit is contained in:
2024-11-12 08:46:50 +01:00
commit 57a257d47b
17 changed files with 545 additions and 0 deletions

6
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,6 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "stable"
components = [ "rustfmt" ]
targets = [ "thumbv6m-none-eabi" ]