zephyr/doc/kernel/services
Carles Cufi 3b8e1fa8df doc: kernel: Clarify relationship between direct and ZLI interrupts
The documentation did not state clearly that any zero-latency IRQ must
also be declared as a direct ISR. This is critical because failure to do
so may cause race conditions between the ZLI and regular ISRs when
executing the preable/postamble code in regular interrupts.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2025-06-06 14:49:16 +01:00
..
data_passing kernel/pipe: implement direct-to-pending-readers data copy 2025-01-21 19:44:57 +01:00
other doc: kernel: fatal: update "Build Assertions" section intro paragraph 2025-04-04 21:15:29 +02:00
scheduling doc: Add reference to time slice Kconfig options 2025-05-16 22:55:56 +02:00
smp kernel: rename 'dumb' scheduler and simply call it 'simple' 2025-03-15 00:34:58 +01:00
synchronization
threads doc: kernel: threads: add dynamic thread stack docs 2025-04-14 23:06:41 +02:00
timing
index.rst
interrupts.rst doc: kernel: Clarify relationship between direct and ZLI interrupts 2025-06-06 14:49:16 +01:00
polling.rst doc: kernel: services: correct usage example of k_poll_signal_reset 2025-05-22 04:53:17 +02:00