Skip to content

Commit 890ed53

Browse files
committed
docs: Zigbee add-on v0.3.0 release notes
1 parent 18e8a0f commit 890ed53

File tree

6 files changed

+27
-12
lines changed

6 files changed

+27
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zigbee add-on for nRF Connect SDK (Experimental support)
22

3-
> 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.
3+
> 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.
44
55
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.
66

docs/links.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
.. _`ZBOSS stack release notes`:
143143
.. _`external ZBOSS development guide and API documentation`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/zigbee_devguide.html
144144
.. _`Stack commissioning start sequence`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/using_zigbee__z_c_l.html#stack_start_initiation
145-
.. _`ZBOSS NCP Host`: https://github.com/nrfconnect/ncs-zigbee/raw/refs/heads/main/resources/ncp_host_v3.0.0.zip
145+
.. _`ZBOSS NCP Host`: https://github.com/nrfconnect/ncs-zigbee/raw/refs/heads/main/resources/ncp_host_v3.0.1.zip
146146
.. _`NCP Host documentation`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/zboss_ncp_host_intro.html
147147
.. _`Rebuilding the ZBOSS libraries for host`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/zboss_ncp_host.html#rebuilding_libs
148148
.. _`process the frame`: https://nrfconnect.github.io/ncs-zigbee/zboss/4.1.4.2/using_zigbee__z_c_l.html#process_zcl_cmd

docs/release-notes.rst

+20-5
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,42 @@ See also the `Release notes for the nRF Connect SDK`_ and the :ref:`zboss_change
1414
.. include:: /includes/experimental_note.txt
1515

1616
The |addon| v\ |addon_version| is compatible with |NCS| v\ |ncs_version| and uses the ZBOSS stack version |zboss_version|.
17-
For a full list of |addon|, related |NCS| and ZBOSS stack and NCP host package versions, view the following table:
17+
For a full list of |addon| releases, related |NCS| and ZBOSS stack and NCP host package versions, view the following table:
1818

1919
+-------------------+------------------+-----------------------+---------------------+
2020
| |addon| version | |NCS| version | ZBOSS stack version | NCP host version |
2121
+===================+==================+=======================+=====================+
22-
| 0.2.0 | 2.8.0 | 4.1.4.2 | 3.0.0 |
23-
+-------------------+ + +---------------------+
22+
| 0.3.0 | 2.9.0 | 4.1.4.2 | 3.0.1 |
23+
+-------------------+------------------+ +---------------------+
24+
| 0.2.0 | 2.8.0 | | 3.0.0 |
25+
+-------------------+ | +---------------------+
2426
| 0.1.0 | | | N/A |
2527
+-------------------+------------------+-----------------------+---------------------+
2628

2729
.. _zigbee_release:
2830

31+
|addon| v0.3.0 - 08/01/2025
32+
***************************
33+
34+
This is an `experimental <Software maturity levels_>`_ release.
35+
36+
* Added:
37+
38+
* Experimental support for the ZBOSS R23 stack for the nRF54L10 and nRF54L05 SoCs. Released Zigbee libraries are not certified.
39+
* The ZBOSS NCP Host package v3.0.1.
40+
* Flash and RAM memory usage optimization.
41+
42+
* Updated the documentation with nR54L10 and RF54L05 support
43+
2944
|addon| v0.2.0 - 28/11/2024
3045
***************************
3146

32-
This is an experimental release.
47+
This is an `experimental <Software maturity levels_>`_ release.
3348

3449
* Added:
3550

3651
* The :ref:`NCP <zigbee_ncp_sample>` sample.
37-
* The `ZBOSS NCP Host`_ package v\ |zigbee_ncp_package_version|.
52+
* The ZBOSS NCP Host package v3.0.0.
3853

3954
* Updated the documentation with small improvements.
4055

docs/setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This page outlines the requirements that you need to meet before you start worki
1111
Hardware requirements
1212
*********************
1313

14-
The |addon| supports the nRF54L series: nRF54L05, nRF54L10 and nRF54L15 SoCs.
14+
The |addon| supports the nRF54L series: nRF54L15, nRF54L10 and nRF54L05 SoCs.
1515

1616
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_>`_.
1717

docs/shortcuts.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. ### Versions
22

3-
.. |addon_version| replace:: 0.2.0
4-
.. |ncs_version| replace:: 2.8.0
3+
.. |addon_version| replace:: 0.3.0
4+
.. |ncs_version| replace:: 2.9.0
55
.. |zigbee_version| replace:: Zigbee 3.0
66
.. |zboss_version| replace:: 4.1.4.2
77

@@ -31,7 +31,7 @@
3131

3232
.. ### Zigbee & ZBOSS shortcuts
3333

34-
.. |zigbee_ncp_package_version| replace:: 3.0.0
34+
.. |zigbee_ncp_package_version| replace:: 3.0.1
3535
.. |zigbee_description| replace:: Zigbee is a portable, low-power software networking protocol that provides connectivity over an 802.15.4-based mesh network.
3636
.. |enable_zigbee_before_testing| replace:: Make sure to configure the Zigbee stack before building and testing this sample.
3737
See :ref:`ug_zigbee_configuring` for more information.

lib/zboss/production/include/zboss_api_zdo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ typedef zb_uint8_t zb_zdp_status_t;
739739
#define ZB_SE_SIGNAL_APS_KEY_FAIL 40U
740740

741741
#endif /* ZB_ENABLE_SE_MIN_CONFIG */
742-
742+
/** @endcond */
743743
/** @cond DOXYGEN_SE_SECTION */
744744

745745
/** ZC / our MAC suspended our device tx: out of Duty cycle (sub-ghz only)

0 commit comments

Comments
 (0)