nuttx/Documentation/applications/examples/pipe/index.rst

9 lines
280 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=====================
``pipe`` Pipe example
=====================
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``.