-
CONFIG_NATIVE_UART_0_ON_OWN_PTY
¶
Connect the UART to its own pseudo terminal
Type: bool
Help¶
Connect the UART to its own pseudoterminal. This is the preferred option for users who want to use Zephyr’s shell. Moreover this option does not conflict with any other native_posix backend which may use the calling shell standard input/output.
Direct dependencies¶
<choice: Native UART Port 0 connection>
(Includes any dependencies from if’s and menus.)
Kconfig definition¶
At drivers/serial/Kconfig.native_posix:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:81
Menu path: (top menu) → Device Drivers → Serial Drivers → Native UART Port 0 connection
config NATIVE_UART_0_ON_OWN_PTY bool prompt "Connect the UART to its own pseudo terminal" if <choice: Native UART Port 0 connection> depends on <choice: Native UART Port 0 connection> help Connect the UART to its own pseudoterminal. This is the preferred option for users who want to use Zephyr's shell. Moreover this option does not conflict with any other native_posix backend which may use the calling shell standard input/output.
(Definitions include propagated dependencies, including from if’s and menus.)