setup rust project using esp-generate
This commit is contained in:
parent
df8a4b2572
commit
8cfb908678
10 changed files with 1825 additions and 0 deletions
4
rust-toolchain.toml
Normal file
4
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
components = ["rust-src"]
|
||||
targets = ["riscv32imac-unknown-none-elf"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue