CONFIG_ZIGBEE_LIBRARY_DEVELOPMENT

Use development libraries [EXPERIMENTAL]

Type: bool

Help

If selected, the application will be linked with newest version of ZBOSS libraries. Those libraries are not officially certified, but may be used for an early development of applications, that require experimental features.

Direct dependencies

<choice ZIGBEE_LIBRARY_TYPE: ZBOSS library version>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nrfxlib>/zboss/Kconfig:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<nrfxlib>/Kconfig.nrfxlib:16

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → ZBOSS library configuration → ZBOSS library version

config ZIGBEE_LIBRARY_DEVELOPMENT
    bool "Use development libraries [EXPERIMENTAL]"
    depends on <choice ZIGBEE_LIBRARY_TYPE: ZBOSS library version>
    help
      If selected, the application will be linked with newest version of
      ZBOSS libraries.
      Those libraries are not officially certified, but may be used for
      an early development of applications, that require experimental features.

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