badrobotics/FeRTOS

Implement System Call for Interrupt Callback Registration

Closed this issue · 0 comments

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.