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

8 lines
232 B
ReStructuredText
Raw Normal View History

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