CONFIG_ZIGBEE_SHELL_CTX_MGR_ENTRIES_NBR
Number of entries in context manager
Type: int
Help
Number of entries in context manager of Zigbee Shell.
Entries are shared by ZDO commands, ZCL commands and PING commands.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
24
Kconfig definition
At <nRF>/subsys/zigbee/Kconfig:390
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:46
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_CTX_MGR_ENTRIES_NBR
int "Number of entries in context manager"
range 3 254
default 24
depends on ZIGBEE_SHELL && ZIGBEE
help
Number of entries in context manager of Zigbee Shell.
Entries are shared by ZDO commands, ZCL commands and PING commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)