| Filename | Latest commit message | Latest commit date |
|---|---|---|
The Cortex-A/R interrupt wrapper enables IRQs to support nested interrupt handling while running the registered ISR. Move cpsie i after the spurious IRQ check so only valid ISR calls run with IRQs enabled, and add cpsid i after the ISR returns. This prevents EOI and z_arm_int_exit() from running with IRQs enabled. Signed-off-by: Andrei-Edward Popa <andrei.popa105@yahoo.com> |
||
| .. | ||
| core | ||
| include | ||
| CMakeLists.txt | ||
| Kconfig | ||