mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
906278e310
* adjust esp32c3 codegen, bump pac to 0.21.0 * add esp32c3 example * adjust workflow flags * CI: Fix esp32c3 comment * esp32c3: Remove commented out git-dep * CI: Actually check the ESP32-C3 examples * Autoformat rtic/cargo.toml --------- Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
4 lines
111 B
TOML
4 lines
111 B
TOML
[toolchain]
|
|
channel = "nightly-2023-11-14"
|
|
components = ["rust-src"]
|
|
targets = ["riscv32imc-unknown-none-elf"]
|