From 423a8cd3d1c598bd906c6694be1780256bc90708 Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Wed, 7 Jan 2026 16:04:46 +0100 Subject: [PATCH 1/2] doc: add info about available certification List links for Zigbee CIDs. Signed-off-by: Eduardo Montoya --- docs/links.txt | 6 ++++++ docs/zboss/certification.rst | 32 +++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/links.txt b/docs/links.txt index 51cad488..906411d4 100644 --- a/docs/links.txt +++ b/docs/links.txt @@ -88,6 +88,12 @@ .. ### Source: Separate TechDocs bundles +.. _`Zigbee CIDs for nRF52840`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf52840/page/COMP/nrf52840/nrf52840_zigbee_cids.html +.. _`Zigbee CIDs for nRF5340`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf5340/page/COMP/nrf5340/nrf5340_zigbee_cids.html +.. _`Zigbee CIDs for nRF54L05`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf54l05/page/COMP/nrf54l05/nrf54l05_zigbee_cids.html +.. _`Zigbee CIDs for nRF54L10`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf54l10/page/COMP/nrf54l10/nrf54l10_zigbee_cids.html +.. _`Zigbee CIDs for nRF54L15`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf54l15/page/COMP/nrf54l15/nrf54l15_zigbee_cids.html + .. _`Using MCUboot in nRF Connect SDK`: https://docs.nordicsemi.com/bundle/ncs-2.9.2/page/mcuboot/readme-ncs.html .. _`Programming the nRF52840 Dongle`: https://docs.nordicsemi.com/bundle/nrf-connect-programmer/page/programming_dk.html#programming-the-nrf52840-dongle diff --git a/docs/zboss/certification.rst b/docs/zboss/certification.rst index 056d0bf7..ade094c2 100644 --- a/docs/zboss/certification.rst +++ b/docs/zboss/certification.rst @@ -7,4 +7,34 @@ ZBOSS library certification :local: :depth: 2 -The current release of |addon| for the |NCS| contains a not certified ZBOSS library. +Zigbee ZBOSS R23 libraries in the |addon| for the |NCS| are always tested in-house by Nordic Semiconductor to conform to Zigbee Pro R23 test specification. +However, these libraries are only periodically verified by external test service provider and granted Zigbee Compliant Platform certification by Connectivity Standards Alliance. + +.. figure:: images/zigbee_certification_levels.png + :alt: Zigbee certification levels + + Zigbee certification levels + +Certification levels +******************** + +The certification is based on CSA's `Zigbee certification policy`_, which distinguishes the following levels of certification: + +* Compliant Platform +* Certified Product + +The certification guarantees that a platform or product will work and will interoperate with other compliant platforms or certified products, respectively. + +Nordic Semiconductor provides the Zigbee Compliant Platform. +You can use this platform as the building block for your Zigbee Certified Product, which is conformant with the ZCL and BDB standard. + +Certification IDs +***************** + +Check the compatibility matrices for your device for information about the latest certification ID entries (CIDs) for the combination of the Zigbee R23 add-on version and Nordic Semiconductor's SoCs: + +* `Zigbee CIDs for nRF54L15`_ +* `Zigbee CIDs for nRF54L10`_ +* `Zigbee CIDs for nRF54L05`_ +* `Zigbee CIDs for nRF5340`_ +* `Zigbee CIDs for nRF52840`_ From a944a0e550493e516ca53ef1fe0e950435cf08d7 Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Thu, 8 Jan 2026 09:22:57 +0100 Subject: [PATCH 2/2] Revert "doc: hide version filter" This reverts commit dbecc20e3a168d6ba83b86093cd6d2bb8bbb34af. --- docs/known_issues.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/known_issues.rst b/docs/known_issues.rst index e93062e3..83bb3084 100644 --- a/docs/known_issues.rst +++ b/docs/known_issues.rst @@ -21,16 +21,15 @@ A known issue can list one or both of the following entries: Some known issues have a workaround. Sometimes, they are discovered later and added over time. -.. - .. version-filter:: - :default: v1-2-1 - :container: dl/dt - :tags: [("wontfix", "Won't fix")] +.. version-filter:: + :default: v1-2-1 + :container: dl/dt + :tags: [("wontfix", "Won't fix")] - .. page-filter:: - :name: issues +.. page-filter:: + :name: issues - wontfix Won't fix + wontfix Won't fix List of known issues ********************