Skip to content

Commit 6720fad

Browse files
committed
doc: Zigbee R23 add-on v1.3.0 update
Zigbee R23 add-on v1.3.0 update Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
1 parent 5d6d775 commit 6720fad

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

docs/release-notes.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ For a full list of |addon| releases, related |NCS| and ZBOSS stack and NCP host
1616
+-------------------+------------------+-----------------------+---------------------+
1717
| |addon| version | |NCS| version | ZBOSS stack version | NCP host version |
1818
+===================+==================+=======================+=====================+
19-
| 1.2.1 | 2.9.2 | 4.2.2.3 | 3.5.0 |
19+
| 1.3.0 | 2.9.2 | 4.2.2.4 | 3.6.0 |
20+
+-------------------+ +-----------------------+---------------------+
21+
| 1.2.1 | | 4.2.2.3 | 3.5.0 |
2022
+-------------------+------------------+-----------------------+---------------------+
2123
| 1.2.0 | 2.9.0 | 4.2.2.0 | 3.4.0 |
2224
+-------------------+ + +---------------------+
@@ -37,6 +39,24 @@ For a full list of |addon| releases, related |NCS| and ZBOSS stack and NCP host
3739

3840
.. _zigbee_release:
3941

42+
|addon| v1.3.0 - 23/02/2026
43+
***************************
44+
45+
The following release is `supported <Software maturity levels_>`_.
46+
47+
* Added:
48+
49+
* Support for the nRF52833 SoC.
50+
* The new ZBOSS R23 v4.2.2.4.
51+
* The ZBOSS NCP Host package v3.6.0.
52+
53+
* Updated:
54+
55+
* Several documentation improvements and clarifications, including a known issues page and a migration guide from R22 to R23.
56+
* Adjusted keepalive mechanism in :ref:`zigbee_light_switch_sample` sample.
57+
* The content of the ``File Version`` field format from OTA Header.
58+
* Fixed the TC rejoin mechanism after a failed attempt.
59+
4060
|addon| v1.2.1 - 10/10/2025
4161
***************************
4262

docs/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Follow the `Installing the nRF Connect SDK`_ instructions, with the following ex
5151

5252
.. code-block:: console
5353
54-
west init -m "http://github.com/nrfconnect/ncs-zigbee" --mr v1.2.1
54+
west init -m "http://github.com/nrfconnect/ncs-zigbee" --mr v1.3.0
5555
5656
#. Update the nRF Connect SDK modules:
5757

docs/shortcuts.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. ### Versions
22

33
.. |r22_addon_version| replace:: 1.0.1
4-
.. |addon_version| replace:: 1.2.1
4+
.. |addon_version| replace:: 1.3.0
55
.. |ncs_version| replace:: 2.9.2
66
.. |zigbee_version| replace:: Zigbee 3.0
7-
.. |zboss_version| replace:: 4.2.2.3
7+
.. |zboss_version| replace:: 4.2.2.4
88
.. |ubuntu_version| replace:: 24.04
99

1010
.. |NCS| replace:: nRF Connect SDK

docs/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"1.3.0",
23
"1.2.1",
34
"1.2.0",
45
"1.1.0",

0 commit comments

Comments
 (0)