| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-17 | Update esp32c{3,6} support to esp-hal-1.0.0-rc.0. | Paul Bender | |
| 2025-04-07 | Apply clippy fixes | Eli Hastings | |
| 2025-04-07 | Don't use interrupts reserved by esp-hal | Eli Hastings | |
| Excluding the reserved interrupts fixes the task priorities. I also considered refactoring `rtic/src/export/riscv_esp32c6.rs` to use esp-hal instead of esp32c6 directly as it has code to do all the pointer wrangling itself, but decided against it for now. It might be nice to refactor both esp implentations to use it though. | |||
| 2025-04-07 | Port ESP32-C3 changes to ESP32-C6 branch | Eli Hastings | |
| 2025-04-07 | Use explicit list of external interrupts which can be used by RTIC | Wouter Geraedts | |
| 2025-04-07 | Added esp32c6 support and example | Wouter Geraedts | |
