zephyr/arch/arm/include/cortex_m
Joakim Andersson 45b75dd7ff arch: arm: Fix zero interrupt latency priority level
Change the zero latency interrupt priority level from 2 to 1.
This is the priority level that the kernel has reserved for the
zero latency IRQ feature by the _IRQ_PRIO_OFFSET constant.
The zero latency IRQ will now not be masked by the irq_lock function.

Update comments to reflect the priority levels reserved by the kernel.

Fixes: #8073

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2018-05-31 14:58:43 -04:00
..
cmse.h arch: arm: convenience wrappers for C variable permissions checks 2018-05-17 07:52:34 -07:00
exc.h arch: arm: Fix zero interrupt latency priority level 2018-05-31 14:58:43 -04:00
stack.h arch: arm: set interrupt stack protection with MSPLIM 2018-05-04 17:26:57 -04:00