Update project settings
This commit is contained in:
parent
e33464e47d
commit
16fc355843
2
.cargo/config
Normal file
2
.cargo/config
Normal file
@ -0,0 +1,2 @@
|
||||
[build]
|
||||
target = "thumbv7em-none-eabihf"
|
6
rust-toolchain.toml
Normal file
6
rust-toolchain.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = [ "rust-analyzer-preview" ]
|
||||
targets = [ "thumbv7em-none-eabihf" ]
|
||||
profile = "minimal"
|
||||
|
Loading…
Reference in New Issue
Block a user