aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/src/codegen/bindings/esp32c6.rs
AgeCommit message (Collapse)Author
2025-09-17Update esp32c{3,6} support to esp-hal-1.0.0-rc.0.Paul Bender
2025-04-07Apply clippy fixesEli Hastings
2025-04-07Don't use interrupts reserved by esp-halEli 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-07Port ESP32-C3 changes to ESP32-C6 branchEli Hastings
2025-04-07Use explicit list of external interrupts which can be used by RTICWouter Geraedts
2025-04-07Added esp32c6 support and exampleWouter Geraedts