Add toolchain file
All checks were successful
Check Build / Test build (push) Successful in 31m12s

This commit is contained in:
hodasemi 2024-08-06 08:15:41 +02:00
parent b13d0b0709
commit 9cf18bf48d

3
rust-toolchain.toml Normal file
View file

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