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

11 lines
420 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.

=========================================
``termios`` Simple Termios interface test
=========================================
This directory contains a simple application that uses the termios interface
to change serial parameters. Just import a ``nsh`` config and enable the
following symbols:
- ``CONFIG_SERIAL_TERMIOS`` Enable the termios support.
- ``CONFIG_EXAMPLES_TERMIOS`` Enable the example itself.