zephyr/doc/kernel
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_structures doc: ring_buffer: fix typos and incoherences 2023-10-14 18:42:34 +03:00
drivers fix: doc: in kernel/drivers interrupts function had mismatching types 2023-02-22 16:58:29 -05:00
iterable_sections doc: move misc services into OS Service section 2022-04-07 16:35:19 +02:00
memory_management docs: mem: slabs: fix for mem_slab docs snippets 2023-10-17 13:17:56 +03:00
object_cores doc: Add missing threads references to object cores 2023-10-09 10:16:46 +02:00
services doc: pipes: Fix the pipe read example. 2023-10-26 10:29:37 -04:00
timing_functions include: update documentation to use zephyr/ prefix 2022-04-21 07:40:54 -05:00
usermode kernel: deprecate K_THREAD_STACK_MEMBER 2023-10-12 11:07:00 +01:00
util doc: move utility functions to kernel 2022-04-07 16:35:19 +02:00
code-relocation.rst include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
index.rst doc: Add object core documentation 2023-09-30 08:04:14 +03:00
timeutil.rst doc: move timeutil to kernel 2022-04-07 16:35:19 +02:00