nuttx/Documentation/applications/examples/pipe/index.rst
2023-10-21 22:13:55 +08:00

8 lines
232 B
ReStructuredText
Raw 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``
========
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``.