mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 21:22:50 +00:00
Ring buffer section now resides under "other" topic, since the ring buffer type is a general purpose type (like the singly and doubly linked list types), rather than a kernel-specific type. Enhances ring buffer section to improve content and improve consistency with the form used elsewhere in the Kernel Primer. Also corrects a minor error in the ring buffer API documentation. Change-Id: Icaa8661524f80e31f173adee859844cadb38967f Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
18 lines
287 B
ReStructuredText
18 lines
287 B
ReStructuredText
.. _data_passing_v2:
|
|
|
|
Data Passing
|
|
############
|
|
|
|
This section describes kernel services for passing data
|
|
between different threads, or between an ISR and a thread.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
fifos.rst
|
|
lifos.rst
|
|
stacks.rst
|
|
message_queues.rst
|
|
mailboxes.rst
|
|
pipes.rst
|