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

CONFIG_OS_MGMT_ECHO

Support for echo command

Type: bool

Direct dependencies

MCUMGR_CMD_OS_MGMT && MCUMGR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At subsys/mgmt/mcumgr/Kconfig:215

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 mcumgr handlers for OS management

config OS_MGMT_ECHO
    bool "Support for echo command"
    default y
    depends on MCUMGR_CMD_OS_MGMT && MCUMGR

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