Skip to content

Commit e4529d3

Browse files
greg-fercarlescufi
authored andcommitted
doc: zboss: add changes for ZBOSS
Add changelog entry. Include edits to ZBOSS certification-related sections. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 74357b2 commit e4529d3

File tree

3 files changed

+37
-31
lines changed

3 files changed

+37
-31
lines changed

zboss/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ Changelog
99

1010
All notable changes to this project in |NCS| are documented in this file.
1111

12+
nRF Connect SDK v1.5.1
13+
**********************
14+
15+
Changes
16+
=======
17+
18+
* Updated the production ZBOSS stack to version ``3.3.0.7+03_22_2021``.
19+
This certification-ready version includes several bugfixes.
20+
For detailed information, see `ZBOSS stack release notes`_ for the |NCS|'s Master branch.
21+
1222
nRF Connect SDK v1.5.0
1323
**********************
1424

zboss/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The nrfxlib repository contains the following versions of the ZBOSS libraries:
1212
This version is enabled by default.
1313

1414
The production libraries fully conform to the certification, but they are not necessarily certified.
15-
See the compatibility matrices in the `Infocenter`_ for the certification status of the production library that is present in a given |NCS| release.
1615

1716
* *Development* version that contains the latest version of ZBOSS libraries, with experimental features included.
1817
This version is enabled with the :option:`CONFIG_ZIGBEE_LIBRARY_DEVELOPMENT` Kconfig option and its files are located in the :file:`zboss/development/` directory.

zboss/doc/zboss_configuration.rst

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,33 @@ These libraries are available in the following versions:
1616
Each version contains variants of the libraries that support different Zigbee device roles, each variant having its own configuration.
1717
This allows you to scale the application and select the most suitable set of features.
1818

19+
The following table describes the available Zigbee libraries and supported configurations.
20+
21+
.. list-table::
22+
:header-rows: 1
23+
24+
* - Library
25+
- nRF5340 single SoC
26+
- nRF5340 NCP
27+
- nRF52833 single SoC
28+
- nRF52833 NCP
29+
- nRF52840 single SoC
30+
- nRF52840 NCP
31+
* - Production
32+
-
33+
-
34+
- x
35+
-
36+
- x
37+
-
38+
* - Development
39+
- x
40+
- x
41+
- x
42+
- x
43+
- x
44+
- x
45+
1946
ZBOSS production libraries
2047
**************************
2148

@@ -50,36 +77,6 @@ You can enable additional features in the development version of ZBOSS libraries
5077

5178
Both of these features are experimental.
5279

53-
ZBOSS library variants
54-
**********************
55-
56-
The following table describes the available Zigbee libraries and supported configurations.
57-
58-
.. list-table::
59-
:header-rows: 1
60-
61-
* - Library
62-
- nRF5340 single SoC
63-
- nRF5340 NCP
64-
- nRF52833 single SoC
65-
- nRF52833 NCP
66-
- nRF52840 single SoC
67-
- nRF52840 NCP
68-
* - Production
69-
-
70-
-
71-
- x
72-
-
73-
- x
74-
-
75-
* - Development
76-
- x
77-
- x
78-
- x
79-
- x
80-
- x
81-
- x
82-
8380
ZBOSS library certification
8481
***************************
8582

0 commit comments

Comments
 (0)