Initial init
This commit is contained in:
commit
6851a13ae8
14 changed files with 3677 additions and 0 deletions
6
rust-toolchain.toml
Normal file
6
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
components = ["rust-src", "rustfmt", "llvm-tools"]
|
||||
targets = [
|
||||
"thumbv6m-none-eabi",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue