Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions boards/native/native_sim/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,7 @@ program ends, one could do:

$ zephyr.exe --uart_attach_uart_cmd='ln -s %s /tmp/somename' ; rm /tmp/somename

This driver supports poll mode or async mode with :kconfig:option:`CONFIG_UART_ASYNC_API`.
Interrupt mode is not supported.
This driver supports poll mode, interrupt mode and async mode.
Neither runtime configuration or line control are supported.

.. _native_tty_uart:
Expand Down
1 change: 1 addition & 0 deletions drivers/serial/Kconfig.native_pty
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config UART_NATIVE_PTY
depends on (DT_HAS_ZEPHYR_NATIVE_PTY_UART_ENABLED || DT_HAS_ZEPHYR_NATIVE_POSIX_UART_ENABLED)
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_ASYNC
select SERIAL_SUPPORT_INTERRUPT
help
This enables a PTY based UART driver for the POSIX ARCH with up to 2 UARTs.
For the first UART port, the driver can be configured
Expand Down
Loading
Loading