zephyr/doc/kernel/services/data_passing
Måns Ansgariusson 9a64bcc29a docs: update k_pipe documentation to align with the rewritten interface
This commit updates the k_pipe documentation to reflect the rewritten
interface.
Changes include:

* Detailed explanations of k_pipe concepts, initialization, and usage.
* Examples for defining, writing to, reading from, flushing,
	and closing a pipe.
* Clarified behavior in edge cases and introduced enhanced error-handling
  details.

Updated suggested use cases and API references.

Signed-off-by: Måns Ansgariusson <Mansgariusson@gmail.com>
2025-01-17 19:43:44 +01:00
..
fifos.rst
lifos.rst
mailboxes.rst
message_queues.rst kernel: k_msgq_put should trigger reschedule 2024-12-14 01:04:43 +01:00
pipes.rst docs: update k_pipe documentation to align with the rewritten interface 2025-01-17 19:43:44 +01:00
queues.rst
stacks.rst