You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Zigbee add-on for nRF Connect SDK (Experimental support)
2
2
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.
4
4
5
5
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.
Copy file name to clipboardexpand all lines: docs/setup.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This page outlines the requirements that you need to meet before you start worki
11
11
Hardware requirements
12
12
*********************
13
13
14
-
The |addon| supports the nRF54L series: nRF54L05, nRF54L10 and nRF54L15 SoCs.
14
+
The |addon| supports the nRF54L series: nRF54L15, nRF54L10 and nRF54L05 SoCs.
15
15
16
16
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_>`_.
Copy file name to clipboardexpand all lines: docs/shortcuts.txt
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
.. ### Versions
2
2
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
5
5
.. |zigbee_version| replace:: Zigbee 3.0
6
6
.. |zboss_version| replace:: 4.1.4.2
7
7
@@ -31,7 +31,7 @@
31
31
32
32
.. ### Zigbee & ZBOSS shortcuts
33
33
34
-
.. |zigbee_ncp_package_version| replace:: 3.0.0
34
+
.. |zigbee_ncp_package_version| replace:: 3.0.1
35
35
.. |zigbee_description| replace:: Zigbee is a portable, low-power software networking protocol that provides connectivity over an 802.15.4-based mesh network.
36
36
.. |enable_zigbee_before_testing| replace:: Make sure to configure the Zigbee stack before building and testing this sample.
37
37
See :ref:`ug_zigbee_configuring` for more information.
0 commit comments