rtic/rtic-macros
Eli Hastings 0615841cb8 Don't use interrupts reserved by esp-hal
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 21:11:21 +00:00
..
src Don't use interrupts reserved by esp-hal 2025-04-07 21:11:21 +00:00
tests Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
ui chore: update tests 2025-03-27 14:47:11 +00:00
.gitignore Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
Cargo.toml Added esp32c6 support and example 2025-04-07 21:11:21 +00:00
CHANGELOG.md Added CHANGELOG entry 2025-04-07 21:11:21 +00:00