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

CONFIG_MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE

Enables storage erase command

Type: bool

Help

Enables command that allows to erase storage partition.

Direct dependencies

MCUMGR_GRP_ZEPHYR_BASIC && MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/mgmt/mcumgr/Kconfig:244

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable Zephyr specific basic group of commands

config MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE
    bool "Enables storage erase command"
    depends on MCUMGR_GRP_ZEPHYR_BASIC && MCUMGR
    help
      Enables command that allows to erase storage partition.

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