rtic 2.2.0

Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems
Documentation
1
2
3
4
5
error: only exceptions with configurable priority can be used as hardware tasks
  --> $DIR/exception-invalid.rs:17:8
   |
17 |     fn nmi(_: nmi::Context) {}
   |        ^^^