mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 19:03:15 +01:00
Previously all pending events were handled on return of exceptions in process context. This was causing threads that run in userspace and take no exceptions not handle their pending events indefinitely. Now scheduler handles them in irq context as well.