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

Enable mcumgr UART driver

Type: bool

Help

Enable the mcumgr UART driver. This driver allows the application to communicate over UART using the mcumgr protocol for image upgrade and device management. The driver doesn’t inspect received data (as contrary to console UART driver) and all aspects of received protocol data are handled by an application provided callback.

Direct dependencies

CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/console/Kconfig:203

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config UART_MCUMGR
    bool
    prompt "Enable mcumgr UART driver" if CONSOLE
    select UART_INTERRUPT_DRIVEN if CONSOLE
    depends on CONSOLE
    help
      Enable the mcumgr UART driver. This driver allows the application to
      communicate over UART using the mcumgr protocol for image upgrade and
      device management. The driver doesn't inspect received data (as
      contrary to console UART driver) and all aspects of received protocol
      data are handled by an application provided callback.

(Definitions include propagated dependencies, including from if’s and menus.)