-
CONFIG_USB_UART_DTR_WAIT
¶
Wait on DTR control signal
Type: bool
Help¶
Enable this option to use flow control on the console. The uart console waits until the DTR is asserted by the host. Note: Disabling this might lead to missing console prints.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/console/Kconfig:93
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config USB_UART_DTR_WAIT bool prompt "Wait on DTR control signal" ifUSB_UART_CONSOLE
&&CONSOLE
depends onUSB_UART_CONSOLE
&&CONSOLE
help Enable this option to use flow control on the console. The uart console waits until the DTR is asserted by the host. Note: Disabling this might lead to missing console prints.
(Definitions include propagated dependencies, including from if’s and menus.)