Implement System Call for Interrupt Callback Registration
Closed this issue · 0 comments
dkitzman commented
Right now interrupts are registered with a direct function call into fertos. Probably a good idea to do this via a syscall, if only for security reasons.