CONFIG_ZBOSS_TRACE_MASK
Trace mask of ZBOSS stack logs
Type: hex
Help
Selectively enable Zigbee binary trace logs.
The mask value is expected to be a bitwise OR of values assigned to selected modules.
Available modules:
- 0x04000000 Reserved
- 0x02000000 Reserved
- 0x01000000 Reserved
- 0x00800000 Reserved
- 0x00400000 Reserved
- 0x00200000 Zigbee NCP: transport (LL)
- 0x00100000 Zigbee NCP: command adapters (HL)
- 0x00080000 ZCL: Firmware over-the-air upgrade
- 0x00040000 IAS zone device: battery monitoring
- 0x00020000 Reserved
- 0x00010000 MAC lower layer
- 0x00008000 MAC layer API calls
- 0x00004000 Zigbee Green Power
- 0x00002000 Custom components
- 0x00001000 Reserved
- 0x00000800 Application
- 0x00000400 Reserved
- 0x00000200 Zigbee Light Link
- 0x00000100 Zigbee Cluster Library
- 0x00000080 Security
- 0x00000040 Zigbee Device Object
- 0x00000020 Zigbee Smart Energy
- 0x00000010 Application support layer
- 0x00000008 Network layer
- 0x00000004 MAC layer
- 0x00000002 Memory management
- 0x00000001 Common
For example, to enable traces related to OTA DFU, set this option to 0x00080100.
Note: For general debugging purposes, use 0x00000C48.
Default
0x0000
Kconfig definition
At <nRF>/subsys/zigbee/Kconfig:178
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 → Zigbee Log configuration
config ZBOSS_TRACE_MASK
hex "Trace mask of ZBOSS stack logs"
range 0x00000000 0xFFFFFFFF
default 0x0000
depends on ZIGBEE
help
Selectively enable Zigbee binary trace logs.
The mask value is expected to be a bitwise OR of values assigned to selected modules.
Available modules:
- 0x04000000 Reserved
- 0x02000000 Reserved
- 0x01000000 Reserved
- 0x00800000 Reserved
- 0x00400000 Reserved
- 0x00200000 Zigbee NCP: transport (LL)
- 0x00100000 Zigbee NCP: command adapters (HL)
- 0x00080000 ZCL: Firmware over-the-air upgrade
- 0x00040000 IAS zone device: battery monitoring
- 0x00020000 Reserved
- 0x00010000 MAC lower layer
- 0x00008000 MAC layer API calls
- 0x00004000 Zigbee Green Power
- 0x00002000 Custom components
- 0x00001000 Reserved
- 0x00000800 Application
- 0x00000400 Reserved
- 0x00000200 Zigbee Light Link
- 0x00000100 Zigbee Cluster Library
- 0x00000080 Security
- 0x00000040 Zigbee Device Object
- 0x00000020 Zigbee Smart Energy
- 0x00000010 Application support layer
- 0x00000008 Network layer
- 0x00000004 MAC layer
- 0x00000002 Memory management
- 0x00000001 Common
For example, to enable traces related to OTA DFU, set this option to 0x00080100.
Note: For general debugging purposes, use 0x00000C48.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)