zephyr/doc/kernel
Grant Ramsay a8497c5216 kernel: msg_q: Remove alignment requirements from message queue docs
Alignment of the message queue's ring buffer is not necessary.
The underlying implementation uses memcpy (which is
alignment-agnostic) and does not expose any internal pointers

Signed-off-by: Grant Ramsay <gramsay@enphaseenergy.com>
2023-09-28 16:14:56 +02:00
..
data_structures doc: Fix kernel data structures typos 2022-10-10 21:01:51 -04:00
drivers fix: doc: in kernel/drivers interrupts function had mismatching types 2023-02-22 16:58:29 -05:00
iterable_sections
memory_management kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
services kernel: msg_q: Remove alignment requirements from message queue docs 2023-09-28 16:14:56 +02:00
timing_functions
usermode include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
util
code-relocation.rst include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
index.rst doc: develop: Add 'Language Support' sub-category 2022-06-01 15:26:48 +02:00
timeutil.rst