-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols implied by this symbol¶
Kconfig definition¶
At <nRF>/subsys/zigbee/Kconfig:272
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:40
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enable Zigbee stack → ZBOSS osif configuration → Enable Zigbee Shell
config ZIGBEE_SHELL_DEBUG_CMD bool "Enable debug shell commands" selectZIGBEE_DEBUG_FUNCTIONS
implyZIGBEE_LOGGER_EP
depends onZIGBEE_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.)