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

Link ‘app’ with MCUMGR

Type: bool

Help

Add MCUMGR header files to the ‘app’ include path. It may be disabled if the include paths for MCUMGR are causing aliasing issues for ‘app’.

Direct dependencies

MCUMGR

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

Defaults

Kconfig definition

At ext/lib/mgmt/mcumgr/Kconfig:27

Included via Kconfig:10Kconfig.zephyr:41ext/Kconfig:19ext/lib/mgmt/Kconfig:22

Menu path: (top menu) → External Sources → Management

config APP_LINK_WITH_MCUMGR
    bool
    prompt "Link 'app' with MCUMGR" if MCUMGR
    default "y" if MCUMGR
    depends on MCUMGR
    help
      Add MCUMGR header files to the 'app' include path. It may be
      disabled if the include paths for MCUMGR are causing aliasing
      issues for 'app'.

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