CONFIG_UART_CONSOLE_MCUMGR

Enable UART console mcumgr passthrough

Type: bool

Help

Enables the UART console to receive mcumgr frames for image upgrade and device management. When enabled, the UART console does not process mcumgr frames, but it hands them up to a higher level module (e.g., the shell). If unset, incoming mcumgr frames are dropped.

Direct dependencies

UART_CONSOLE && CONSOLE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/console/Kconfig:75

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers → Use UART for console

config UART_CONSOLE_MCUMGR
    bool "Enable UART console mcumgr passthrough"
    depends on UART_CONSOLE && CONSOLE
    help
      Enables the UART console to receive mcumgr frames for image upgrade
      and device management.  When enabled, the UART console does not
      process mcumgr frames, but it hands them up to a higher level module
      (e.g., the shell).  If unset, incoming mcumgr frames are dropped.

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