Skip to content

Commit a4fa5de

Browse files
AndreyDodonov-EHcfriedt
authored andcommitted
drivers uart_native_posix: mention that pty supports async
With CONFIG_UART_ASYNC_API pty driver for native sim now supports async Signed-off-by: Andrey Dodonov <[email protected]>
1 parent 96d062a commit a4fa5de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boards/native/native_sim/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@ option ``-attach_uart_cmd=<"cmd">``, or for each individual UART with
551551
:kconfig:option:`CONFIG_UART_NATIVE_PTY_AUTOATTACH_DEFAULT_CMD`.
552552
Note that the default command assumes both ``xterm`` and ``screen`` are installed in the system.
553553

554-
This driver only supports poll mode. Interrupt and async mode are not supported.
554+
This driver supports poll mode or async mode with :kconfig:option:`CONFIG_UART_ASYNC_API`.
555+
Interrupt mode is not supported.
555556
Neither runtime configuration or line control are supported.
556557

557558
.. _native_tty_uart:

0 commit comments

Comments
 (0)