909a5fe2e5
we can only have one active waiter for any given irq at any given time. allowing waits for irqs on state machines bypasses this limitation and causes lost events for all but the latest waiter for a given irq. splitting this out also allows us to signal from state machines to other parts of the application without monopolizing state machine access for the irq wait, as would be necessary to make irq waiting sound. |
||
---|---|---|
.. | ||
.cargo | ||
assets | ||
src/bin | ||
build.rs | ||
Cargo.toml | ||
memory.x |