boards: native: Mention serial drivers capabilities
Some users are in doubt about the native serial drivers capabilities. So let's mention them explicitly. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
85b39b8449
commit
ed4cdba828
1 changed files with 6 additions and 0 deletions
|
@ -430,6 +430,9 @@ option ``-attach_uart_cmd=<"cmd">``. Where the default command is given by
|
||||||
Note that the default command assumes both ``xterm`` and ``screen`` are
|
Note that the default command assumes both ``xterm`` and ``screen`` are
|
||||||
installed in the system.
|
installed in the system.
|
||||||
|
|
||||||
|
This driver only supports poll mode. Interrupt and async mode are not supported.
|
||||||
|
Neither runtime configuration or line control are supported.
|
||||||
|
|
||||||
.. _native_tty_uart:
|
.. _native_tty_uart:
|
||||||
|
|
||||||
TTY UART
|
TTY UART
|
||||||
|
@ -466,6 +469,9 @@ Multiple instances of such uart drivers are supported.
|
||||||
The :ref:`sample-uart-native-tty` sample app provides a working example of the
|
The :ref:`sample-uart-native-tty` sample app provides a working example of the
|
||||||
driver.
|
driver.
|
||||||
|
|
||||||
|
This driver only supports poll mode. Interrupt and async mode are not supported.
|
||||||
|
It has runtime configuration support, but no line control support.
|
||||||
|
|
||||||
Subsystems backends
|
Subsystems backends
|
||||||
*******************
|
*******************
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue