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.)

Symbols selected by this symbol

Kconfig definition

At <nrfxlib>/zboss/Kconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:92<nrfxlib>/Kconfig.nrfxlib:15

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]"
    select EXPERIMENTAL
    depends on <choice ZIGBEE_LIBRARY_TYPE>
    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.)