mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Added esp32c6 support and example
This commit is contained in:
parent
5a8ff70f85
commit
b97bc79126
17 changed files with 1526 additions and 2 deletions
4
examples/esp32c6/rust-toolchain.toml
Normal file
4
examples/esp32c6/rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2023-11-14"
|
||||
components = ["rust-src"]
|
||||
targets = ["riscv32imc-unknown-none-elf"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue