You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mpsl: init: Stop triggering sched and PM from ZLI ISRs
Zero latensy interrupt handlers are not allowed to use kernel APIs.
Zephyr documentation states that use of kernel APIs must be considered
as undefined behavior. The same goes for triggering kernel scheduler
by `return 1;` at end of an ISR and use of PM subsystem related macros
like ISR_DIRECT_PM.
Signed-off-by: Piotr Pryga <[email protected]>
0 commit comments