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

Enable mcumgr handlers for statistics management

Type: bool

Help

Enables mcumgr handlers for statistics management.

Direct dependencies

STATS && MCUMGR

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At ext/lib/mgmt/mcumgr/cmd/stat_mgmt/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:41ext/Kconfig:19ext/lib/mgmt/Kconfig:22ext/lib/mgmt/mcumgr/Kconfig:25ext/lib/mgmt/mcumgr/cmd/Kconfig:24

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

menuconfig MCUMGR_CMD_STAT_MGMT
    bool
    prompt "Enable mcumgr handlers for statistics management" if STATS && MCUMGR
    depends on STATS && MCUMGR
    help
      Enables mcumgr handlers for statistics management.

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