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

Support for echo command

Type: bool

Direct dependencies

MCUMGR_CMD_OS_MGMT && MCUMGR

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

Defaults

Kconfig definition

At ext/lib/mgmt/mcumgr/cmd/os_mgmt/Kconfig:37

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

Menu path: (top menu) → External Sources → Management → Command handlers → Enable mcumgr handlers for OS management

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

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