CONFIG_ZIGBEE_SHELL_DEBUG_CMD

Enable debug shell commands

Type: bool

Help

This option enables:

  • Logging incoming ZCL frames.

  • Command to send custom ZCL frames.

  • Command to suspend/resume Zigbee Stack execution.

Note: These commands may be useful when debugging but can cause instability of the device.

Direct dependencies

ZIGBEE_SHELL && ZIGBEE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/zigbee/Kconfig:282

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:40

Menu path: (Top) → Modules → Nordic nRF Connect → Enable Zigbee stack → ZBOSS osif configuration → Enable Zigbee Shell

config ZIGBEE_SHELL_DEBUG_CMD
    bool "Enable debug shell commands"
    select ZIGBEE_DEBUG_FUNCTIONS
    depends on ZIGBEE_SHELL && ZIGBEE
    help
      This option enables:

      - Logging incoming ZCL frames.
      - Command to send custom ZCL frames.
      - Command to suspend/resume Zigbee Stack execution.

      Note: These commands may be useful when debugging but can cause instability of the device.

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