2023-10-23 19:21:37 +02:00
|
|
|
|
=====================
|
2023-10-23 18:58:34 +02:00
|
|
|
|
``pipe`` Pipe example
|
|
|
|
|
=====================
|
2023-10-21 12:24:43 +02:00
|
|
|
|
|
|
|
|
|
A test of the ``mkfifo()`` and ``pipe()`` APIs. Requires ``CONFIG_PIPES``
|
|
|
|
|
|
|
|
|
|
- ``CONFIG_EXAMPLES_PIPE_STACKSIZE`` – Sets the size of the stack to use when
|
|
|
|
|
creating the child tasks. The default size is ``1024``.
|