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 <Zephyr Subsystem>/mgmt/mcumgr/Kconfig:244

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:35<Zephyr Subsystem>/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.)