Skip to content

Commit

Permalink
docs: Zigbee add-on v0.3.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
milewr committed Jan 10, 2025
1 parent 6ecf8b6 commit 36bd64c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 20 additions & 5 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Software maturity levels_>`_ 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 <Software maturity levels_>`_ release.

* Added:

* The :ref:`NCP <zigbee_ncp_sample>` 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) <Developing with nRF54L Series_>`_.

Expand Down
6 changes: 3 additions & 3 deletions docs/shortcuts.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/zboss/production/include/zboss_api_zdo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 36bd64c

Please sign in to comment.