-
CONFIG_UART_RTT_0
¶
Enable UART on RTT channel 0
Type: bool
Help¶
Enable UART on (default) RTT channel 0. Default channel has to be configured in non-blocking skip mode.
Direct dependencies¶
SEGGER_RTT_MAX_NUM_UP_BUFFERS
>= 1 && SEGGER_RTT_MAX_NUM_DOWN_BUFFERS
>= 1 && SEGGER_RTT_MODE_NO_BLOCK_SKIP
&& UART_RTT
&& SERIAL
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/serial/Kconfig.rtt:14
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:123
Menu path: (Top) → Device Drivers → Serial Drivers → Enable UART RTT driver
config UART_RTT_0 bool "Enable UART on RTT channel 0" selectSERIAL_HAS_DRIVER
selectUART_RTT_DRIVER
depends onSEGGER_RTT_MAX_NUM_UP_BUFFERS
>= 1 &&SEGGER_RTT_MAX_NUM_DOWN_BUFFERS
>= 1 &&SEGGER_RTT_MODE_NO_BLOCK_SKIP
&&UART_RTT
&&SERIAL
help Enable UART on (default) RTT channel 0. Default channel has to be configured in non-blocking skip mode.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)