The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_UART_MUX_VERBOSE_DEBUG

Print hexdump of sent and received packets

Type: bool

Help

As there might be lot of debug output printed, only enable
this if really needed.

Direct dependencies

UART_MUX_LOG_LEVEL_DBG && CONSOLE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/console/Kconfig:401

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers

config UART_MUX_VERBOSE_DEBUG
    bool "Print hexdump of sent and received packets"
    depends on UART_MUX_LOG_LEVEL_DBG && CONSOLE
    help
      As there might be lot of debug output printed, only enable
      this if really needed.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)