init basic examples and setup
This commit is contained in:
5
rust-toolchain.toml
Normal file
5
rust-toolchain.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[toolchain]
|
||||
channel = "1.95.0"
|
||||
components = ["clippy", "rustfmt", "rust-src", "llvm-tools-preview"]
|
||||
targets = ["thumbv7m-none-eabi", "thumbv6m-none-eabi"]
|
||||
profile = "minimal"
|
||||
Reference in New Issue
Block a user