We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d062a commit a4fa5deCopy full SHA for a4fa5de
boards/native/native_sim/doc/index.rst
@@ -551,7 +551,8 @@ option ``-attach_uart_cmd=<"cmd">``, or for each individual UART with
551
:kconfig:option:`CONFIG_UART_NATIVE_PTY_AUTOATTACH_DEFAULT_CMD`.
552
Note that the default command assumes both ``xterm`` and ``screen`` are installed in the system.
553
554
-This driver only supports poll mode. Interrupt and async mode are not supported.
+This driver supports poll mode or async mode with :kconfig:option:`CONFIG_UART_ASYNC_API`.
555
+Interrupt mode is not supported.
556
Neither runtime configuration or line control are supported.
557
558
.. _native_tty_uart:
0 commit comments