zephyr/doc/kernel/services
Andrej Butok 3fab7624eb doc: pipes: Fix the pipe read example.
Replaces sizeof(header) which is equal to the size of the pointer,
by sizeof (*header), which is equal to the size of struct message_header.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
2023-10-26 10:29:37 -04:00
..
data_passing doc: pipes: Fix the pipe read example. 2023-10-26 10:29:37 -04:00
other riscv: improve FPU sharing documentation 2023-02-18 01:09:16 +09:00
scheduling doc: Switch main return type from void to int. 2023-04-14 07:49:41 +09:00
smp kconfig: Remove MP_NUM_CPUS usage 2023-10-03 17:45:53 +01:00
synchronization doc: Switch main return type from void to int. 2023-04-14 07:49:41 +09:00
threads doc: kernel: update thread priorities diagram 2023-06-23 14:27:22 -04:00
timing kernel/timeout: introduce the timepoint API 2023-07-25 09:12:26 +02:00
index.rst doc: Correct msgq data item size discrepancy 2023-06-21 13:57:15 -04:00
interrupts.rst doc: Fix broken references to Kconfig options 2023-10-17 19:50:39 +01:00
polling.rst doc: polling: Fix semaphore contested description 2022-10-04 10:36:45 +02:00