diff --git a/README.md b/README.md index 3005daf2..3892a6a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Zigbee add-on for nRF Connect SDK (Experimental support) -> This is an [experimental](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/software_maturity.html) release of Zigbee support for Nordic Semiconductor’s nRF54L15 SoC. +> This is an [experimental](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/software_maturity.html) release of Zigbee support for Nordic Semiconductor’s nRF54L Series. The Zigbee add-on for the nRF Connect SDK provides support for developing Zigbee applications based on the third-party precompiled ZBOSS stack. This stack is included as the ZBOSS Zigbee R23 stack library. In combination with the nRF Connect SDK, the Zigbee add-on allows for development of low-power connected solutions. diff --git a/docs/links.txt b/docs/links.txt index 929bff6d..f98a5367 100644 --- a/docs/links.txt +++ b/docs/links.txt @@ -142,7 +142,7 @@ .. _`ZBOSS stack release notes`: .. _`external ZBOSS development guide and API documentation`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/zigbee_devguide.html .. _`Stack commissioning start sequence`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/using_zigbee__z_c_l.html#stack_start_initiation -.. _`ZBOSS NCP Host`: https://github.com/nrfconnect/ncs-zigbee/raw/refs/heads/main/resources/ncp_host_v3.0.0.zip +.. _`ZBOSS NCP Host`: https://github.com/nrfconnect/ncs-zigbee/raw/refs/tags/v0.3.0/resources/ncp_host_v3.0.1.zip .. _`NCP Host documentation`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/zboss_ncp_host_intro.html .. _`Rebuilding the ZBOSS libraries for host`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/zboss_ncp_host.html#rebuilding_libs .. _`process the frame`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/using_zigbee__z_c_l.html#process_zcl_cmd diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f0128f3f..0825405e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,27 +14,42 @@ See also the `Release notes for the nRF Connect SDK`_ and the :ref:`zboss_change .. include:: /includes/experimental_note.txt The |addon| v\ |addon_version| is compatible with |NCS| v\ |ncs_version| and uses the ZBOSS stack version |zboss_version|. -For a full list of |addon|, related |NCS| and ZBOSS stack and NCP host package versions, view the following table: +For a full list of |addon| releases, related |NCS| and ZBOSS stack and NCP host package versions, view the following table: +-------------------+------------------+-----------------------+---------------------+ | |addon| version | |NCS| version | ZBOSS stack version | NCP host version | +===================+==================+=======================+=====================+ -| 0.2.0 | 2.8.0 | 4.1.4.2 | 3.0.0 | -+-------------------+ + +---------------------+ +| 0.3.0 | 2.9.0 | 4.1.4.2 | 3.0.1 | ++-------------------+------------------+ +---------------------+ +| 0.2.0 | 2.8.0 | | 3.0.0 | ++-------------------+ | +---------------------+ | 0.1.0 | | | N/A | +-------------------+------------------+-----------------------+---------------------+ .. _zigbee_release: +|addon| v0.3.0 - 10/01/2025 +*************************** + +This is an `experimental `_ release. + +* Added: + + * Experimental support for the ZBOSS R23 stack for the nRF54L10 and nRF54L05 SoCs. Released Zigbee libraries are not certified. + * The ZBOSS NCP Host package v3.0.1. + * Flash and RAM memory usage optimization. + +* Updated the documentation with nR54L10 and RF54L05 support. + |addon| v0.2.0 - 28/11/2024 *************************** -This is an experimental release. +This is an `experimental `_ release. * Added: * The :ref:`NCP ` sample. - * The `ZBOSS NCP Host`_ package v\ |zigbee_ncp_package_version|. + * The ZBOSS NCP Host package v3.0.0. * Updated the documentation with small improvements. diff --git a/docs/setup.rst b/docs/setup.rst index c79eac10..2ea7c2c1 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -11,7 +11,7 @@ This page outlines the requirements that you need to meet before you start worki Hardware requirements ********************* -The |addon| supports the nRF54L series: nRF54L05, nRF54L10 and nRF54L15 SoCs. +The |addon| supports the nRF54L series: nRF54L15, nRF54L10 and nRF54L05 SoCs. To work with the |addon| for the |NCS| and test the available samples, you need at least two `nRF54L15 development kits (DK) `_. diff --git a/docs/shortcuts.txt b/docs/shortcuts.txt index 4100edc6..2573f5ab 100644 --- a/docs/shortcuts.txt +++ b/docs/shortcuts.txt @@ -1,7 +1,7 @@ .. ### Versions -.. |addon_version| replace:: 0.2.0 -.. |ncs_version| replace:: 2.8.0 +.. |addon_version| replace:: 0.3.0 +.. |ncs_version| replace:: 2.9.0 .. |zigbee_version| replace:: Zigbee 3.0 .. |zboss_version| replace:: 4.1.4.2 @@ -31,7 +31,7 @@ .. ### Zigbee & ZBOSS shortcuts -.. |zigbee_ncp_package_version| replace:: 3.0.0 +.. |zigbee_ncp_package_version| replace:: 3.0.1 .. |zigbee_description| replace:: Zigbee is a portable, low-power software networking protocol that provides connectivity over an 802.15.4-based mesh network. .. |enable_zigbee_before_testing| replace:: Make sure to configure the Zigbee stack before building and testing this sample. See :ref:`ug_zigbee_configuring` for more information. diff --git a/lib/zboss/production/include/zboss_api_zdo.h b/lib/zboss/production/include/zboss_api_zdo.h index b4b3e5ca..3d8f8286 100644 --- a/lib/zboss/production/include/zboss_api_zdo.h +++ b/lib/zboss/production/include/zboss_api_zdo.h @@ -739,7 +739,7 @@ typedef zb_uint8_t zb_zdp_status_t; #define ZB_SE_SIGNAL_APS_KEY_FAIL 40U #endif /* ZB_ENABLE_SE_MIN_CONFIG */ - +/** @endcond */ /** @cond DOXYGEN_SE_SECTION */ /** ZC / our MAC suspended our device tx: out of Duty cycle (sub-ghz only)