Setup basic esp32c3 embassy
This commit is contained in:
commit
c1b98bb7d0
11 changed files with 1990 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 = ["riscv32imc-unknown-none-elf"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue