Update project settings

This commit is contained in:
Sainnhe Park 2021-12-01 15:36:18 +08:00
parent e33464e47d
commit 16fc355843
2 changed files with 8 additions and 0 deletions

2
.cargo/config Normal file
View File

@ -0,0 +1,2 @@
[build]
target = "thumbv7em-none-eabihf"

6
rust-toolchain.toml Normal file
View File

@ -0,0 +1,6 @@
[toolchain]
channel = "nightly"
components = [ "rust-analyzer-preview" ]
targets = [ "thumbv7em-none-eabihf" ]
profile = "minimal"