:orphan: .. title:: CONFIG_UART_RTT_0 .. kconfig:: CONFIG_UART_RTT_0 CONFIG_UART_RTT_0 ################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable UART on (default) RTT channel 0. Default channel has to be configured in non-blocking skip mode. Direct dependencies =================== \ :kconfig:`SEGGER_RTT_MAX_NUM_UP_BUFFERS ` >= 1 && \ :kconfig:`SEGGER_RTT_MAX_NUM_DOWN_BUFFERS ` >= 1 && \ :kconfig:`SEGGER_RTT_MODE_NO_BLOCK_SKIP ` && \ :kconfig:`UART_RTT ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`UART_RTT_DRIVER ` Kconfig definition ================== At ``/serial/Kconfig.rtt:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:152`` Menu path: (Top) → Device Drivers → Serial Drivers → Enable UART RTT driver .. code-block:: kconfig config UART_RTT_0 bool default n select SERIAL_HAS_DRIVER select UART_RTT_DRIVER depends on SEGGER_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.)*