Skip to content

Commit 088fefe

Browse files
committed
doc: Zigbee R23 add-on v1.2.0 update
Update release notes and links. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
1 parent 901e672 commit 088fefe

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

docs/links.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.. _`Programming board names`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/board_support/board_names.html#programming-board-names
2121

2222
.. _`Developing with nRF52 Series`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf52/index.html
23+
.. _`Developing with nRF53 Series`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf53/index.html
2324
.. _`Developing with nRF54L Series`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf54l/index.html
2425
.. _`Developing with Front-End Modules`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/fem/index.html
2526
.. _`Developing with the nRF21540 EK`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/fem/21540ek_dev_guide.html
@@ -80,6 +81,7 @@
8081

8182
.. _`nrf52840dk`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/boards/nordic/nrf52840dk/doc/index.html
8283
.. _`nrf52840dongle`: https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/boards/nordic/nrf52840dongle/doc/index.html#nrf52840dongle-nrf52840
84+
.. _`nrf5340dk`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/boards/nordic/nrf5340dk/doc/index.html
8385
.. _`nrf54l15dk`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/boards/nordic/nrf54l15dk/doc/index.html
8486

8587
.. _`USB DFU (Device Firmware Upgrade)`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/samples/subsys/usb/dfu/README.html
@@ -137,7 +139,7 @@
137139
.. _`ZBOSS stack release notes`: https://ncsdoc.z6.web.core.windows.net/zboss-r23
138140
.. _`external ZBOSS development guide and API documentation`: https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.2.2.0/zigbee_devguide.html
139141
.. _`Stack commissioning start sequence`: https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.2.2.0/using_zigbee__z_c_l.html#stack_start_initiation
140-
.. _`ZBOSS NCP Host`: https://github.com/nrfconnect/ncs-zigbee/releases/download/v1.1.0/ncp_host_v3.3.0.zip
142+
.. _`ZBOSS NCP Host`: https://github.com/nrfconnect/ncs-zigbee/releases/download/v1.2.0/ncp_host_v3.4.0.zip
141143
.. _`NCP Host documentation`: https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.2.2.0/zboss_ncp_host_intro.html
142144
.. _`Rebuilding the ZBOSS libraries for host`: https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.2.2.0/zboss_ncp_host.html#rebuilding_libs
143145
.. _`process the frame`: https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.2.2.0/using_zigbee__z_c_l.html#process_zcl_cmd

docs/release-notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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.0 | 2.9.0 | 4.2.2.0 | 3.4.0 |
20+
+-------------------+------------------+-----------------------+---------------------+
1921
| 1.1.0 | 2.9.0 | 4.2.2.0 | 3.3.0 |
2022
+-------------------+------------------+-----------------------+---------------------+
2123
| 1.0.0 | 2.9.0 | 4.2.0.0 | 3.2.0 |
@@ -33,6 +35,18 @@ For a full list of |addon| releases, related |NCS| and ZBOSS stack and NCP host
3335

3436
.. _zigbee_release:
3537

38+
|addon| v1.2.0 - 21/08/2025
39+
***************************
40+
41+
The following release is `supported <Software maturity levels_>`_.
42+
43+
* Added:
44+
45+
* Support for the nRF5340 SoC.
46+
* The ZBOSS NCP Host package v3.4.0.
47+
48+
* Updated the documentation to reflect the changes.
49+
3650
|addon| v1.1.0 - 08/08/2025
3751
***************************
3852

docs/setup.rst

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

4444
.. code-block:: console
4545
46-
west init -m "http://github.com/nrfconnect/ncs-zigbee" --mr v1.1.0
46+
west init -m "http://github.com/nrfconnect/ncs-zigbee" --mr v1.2.0
4747
4848
4949
To create an application, use :ref:`zigbee_template_sample` sample as a starting point.

docs/shortcuts.txt

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

3-
.. |addon_version| replace:: 1.1.0
3+
.. |addon_version| replace:: 1.2.0
44
.. |ncs_version| replace:: 2.9.0
55
.. |zigbee_version| replace:: Zigbee 3.0
66
.. |zboss_version| replace:: 4.2.2.0
@@ -32,7 +32,7 @@
3232

3333
.. ### Zigbee & ZBOSS shortcuts
3434

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

0 commit comments

Comments
 (0)