Skip to content

samples: matter: Software diagnostic fix#23466

Closed
ArekBalysNordic wants to merge 4 commits into
nrfconnect:mainfrom
ArekBalysNordic:software_diagnostic_fix
Closed

samples: matter: Software diagnostic fix#23466
ArekBalysNordic wants to merge 4 commits into
nrfconnect:mainfrom
ArekBalysNordic:software_diagnostic_fix

Conversation

@ArekBalysNordic
Copy link
Copy Markdown
Contributor

No description provided.

From PR: nrfconnect/sdk-connectedhomeip#630

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Singleton Cluster option is no longer supported in Matter.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Some paths of Persistence Provider were changed.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
@ArekBalysNordic ArekBalysNordic requested review from a team as code owners July 25, 2025 10:50
@github-actions github-actions Bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jul 25, 2025
@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented Jul 25, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
matter nrfconnect/sdk-connectedhomeip@4cc25d5 (master) nrfconnect/sdk-connectedhomeip#630 nrfconnect/sdk-connectedhomeip#630/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented Jul 25, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 2

Inputs:

Sources:

sdk-nrf: PR head: cd9c042e0be3f4db3f8b4df7e39ae529737b7a98
matter: PR head: d37a1752282121b7c7177b8103ad5822efb359de

more details

sdk-nrf:

PR head: cd9c042e0be3f4db3f8b4df7e39ae529737b7a98
merge base: f1255217cdb4d352316b446610a798a8f028e03c
target head (main): a6a78a0f4a6681b09338560d0acf524a1f81eb71
Diff

matter:

PR head: d37a1752282121b7c7177b8103ad5822efb359de
merge base: 4cc25d52353953fddd62cd915f9f7b705e583b7f
target head (master): 4cc25d52353953fddd62cd915f9f7b705e583b7f
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (285)
applications
│  ├── matter_bridge
│  │  ├── snippets
│  │  │  ├── onoff_plug
│  │  │  │  │ bridge.zap
│  │  ├── src
│  │  │  ├── default_zap
│  │  │  │  ├── bridge.zap
│  │  │  │  ├── zap-generated
│  │  │  │  │  │ endpoint_config.h
│  ├── matter_weather_station
│  │  ├── src
│  │  │  ├── default_zap
│  │  │  │  ├── weather-station.zap
│  │  │  │  ├── zap-generated
│  │  │  │  │  │ endpoint_config.h
modules
│  ├── lib
│  │  ├── matter
│  │  │  ├── .github
│  │  │  │  ├── workflows
│  │  │  │  │  ├── build.yaml
│  │  │  │  │  ├── chef.yaml
│  │  │  │  │  │ lint.yml
│  │  │  ├── docs
│  │  │  │  │ upgrading.md
│  │  │  ├── examples
│  │  │  │  ├── air-purifier-app
│  │  │  │  │  ├── air-purifier-common
│  │  │  │  │  │  │ air-purifier-app.zap
│  │  │  │  ├── air-quality-sensor-app
│  │  │  │  │  ├── air-quality-sensor-common
│  │  │  │  │  │  │ air-quality-sensor-app.zap
│  │  │  │  ├── all-clusters-app
│  │  │  │  │  ├── all-clusters-common
│  │  │  │  │  │  │ all-clusters-app.zap
│  │  │  │  │  ├── realtek
│  │  │  │  │  │  ├── bee
│  │  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │  ├── AppTask.cpp
│  │  │  │  │  │  │  │  ├── CHIPDeviceManager.cpp
│  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │ CHIPDeviceManager.h
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  │ all-clusters-app.zap
│  │  │  │  ├── all-clusters-minimal-app
│  │  │  │  │  ├── all-clusters-common
│  │  │  │  │  │  │ all-clusters-minimal-app.zap
│  │  │  │  ├── bridge-app
│  │  │  │  │  ├── bridge-common
│  │  │  │  │  │  │ bridge-app.zap
│  │  │  │  ├── camera-app
│  │  │  │  │  ├── camera-common
│  │  │  │  │  │  │ camera-app.zap
│  │  │  │  ├── chef
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── chef-operational-state-delegate-impl.h
│  │  │  │  │  │  ├── clusters
│  │  │  │  │  │  │  ├── microwave-oven-control
│  │  │  │  │  │  │  │  ├── chef-microwave-oven-control.cpp
│  │  │  │  │  │  │  │  │ chef-microwave-oven-control.h
│  │  │  │  │  │  │  ├── microwave-oven-mode
│  │  │  │  │  │  │  │  ├── chef-microwave-oven-mode.cpp
│  │  │  │  │  │  │  │  │ chef-microwave-oven-mode.h
│  │  │  │  │  │  │ stubs.cpp
│  │  │  │  │  ├── devices
│  │  │  │  │  │  ├── icd_rootnode_contactsensor_ed3b19ec55.zap
│  │  │  │  │  │  ├── noip_rootnode_dimmablelight_bCwGYSDpoe.zap
│  │  │  │  │  │  ├── rootnode_airpurifier_73a6fe2651.zap
│  │  │  │  │  │  ├── rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.zap
│  │  │  │  │  │  ├── rootnode_airqualitysensor_e63187f6c9.zap
│  │  │  │  │  │  ├── rootnode_basicvideoplayer_0ff86e943b.zap
│  │  │  │  │  │  ├── rootnode_colortemperaturelight_hbUnzYVeyn.zap
│  │  │  │  │  │  ├── rootnode_contactsensor_27f76aeaf5.zap
│  │  │  │  │  │  ├── rootnode_contactsensor_lFAGG1bfRO.zap
│  │  │  │  │  │  ├── rootnode_contactsensor_lightsensor_occupancysensor_temperaturesensor_pressuresensor_flowsensor_humiditysensor_airqualitysensor_powersource_367e7cea91.zap
│  │  │  │  │  │  ├── rootnode_cooktop_cooksurface_d3c174cc88.zap
│  │  │  │  │  │  ├── rootnode_dimmablelight_bCwGYSDpoe.zap
│  │  │  │  │  │  ├── rootnode_dimmablepluginunit_f8a9a0b9d4.zap
│  │  │  │  │  │  ├── rootnode_dishwasher_cc105034fe.zap
│  │  │  │  │  │  ├── rootnode_doorlock_aNKYAreMXE.zap
│  │  │  │  │  │  ├── rootnode_extendedcolorlight_8lcaaYJVAa.zap
│  │  │  │  │  │  ├── rootnode_extractorhood_0359bf807d.zap
│  │  │  │  │  │  ├── rootnode_fan_7N2TobIlOX.zap
│  │  │  │  │  │  ├── rootnode_flowsensor_1zVxHedlaV.zap
│  │  │  │  │  │  ├── rootnode_genericswitch_2dfff6e516.zap
│  │  │  │  │  │  ├── rootnode_genericswitch_9866e35d0b.zap
│  │  │  │  │  │  ├── rootnode_heatingcoolingunit_ncdGai1E5a.zap
│  │  │  │  │  │  ├── rootnode_heatpump_87ivjRAECh.zap
│  │  │  │  │  │  ├── rootnode_humiditysensor_Xyj4gda6Hb.zap
│  │  │  │  │  │  ├── rootnode_laundrydryer_01796fe396.zap
│  │  │  │  │  │  ├── rootnode_laundrywasher_fb10d238c8.zap
│  │  │  │  │  │  ├── rootnode_lightsensor_lZQycTFcJK.zap
│  │  │  │  │  │  ├── rootnode_microwaveoven_37420684d3.matter
│  │  │  │  │  │  ├── rootnode_microwaveoven_37420684d3.zap
│  │  │  │  │  │  ├── rootnode_mounteddimmableloadcontrol_a9a1a87f2d.zap
│  │  │  │  │  │  ├── rootnode_mountedonoffcontrol_ec30c757a6.zap
│  │  │  │  │  │  ├── rootnode_occupancysensor_iHyVgifZuo.zap
│  │  │  │  │  │  ├── rootnode_onofflight_bbs1b7IaOV.zap
│  │  │  │  │  │  ├── rootnode_onofflight_samplemei.zap
│  │  │  │  │  │  ├── rootnode_onofflightswitch_FsPlMr090Q.zap
│  │  │  │  │  │  ├── rootnode_onoffpluginunit_Wtf8ss5EBY.zap
│  │  │  │  │  │  ├── rootnode_oven_temperaturecontrolledcabinet_cooktop_cooksurface_738dd18832.zap
│  │  │  │  │  │  ├── rootnode_pressuresensor_s0qC9wLH4k.zap
│  │  │  │  │  │  ├── rootnode_pump_5f904818cc.zap
│  │  │  │  │  │  ├── rootnode_rainsensor_a7aa5d7738.zap
│  │  │  │  │  │  ├── rootnode_refrigerator_temperaturecontrolledcabinet_temperaturecontrolledcabinet_ffdb696680.zap
│  │  │  │  │  │  ├── rootnode_roboticvacuumcleaner_1807ff0c49.zap
│  │  │  │  │  │  ├── rootnode_roomairconditioner_9cf3607804.zap
│  │  │  │  │  │  ├── rootnode_smokecoalarm_686fe0dcb8.zap
│  │  │  │  │  │  ├── rootnode_speaker_RpzeXdimqA.zap
│  │  │  │  │  │  ├── rootnode_temperaturesensor_Qy1zkNW7c3.zap
│  │  │  │  │  │  ├── rootnode_thermostat_bm3fb8dhYi.zap
│  │  │  │  │  │  ├── rootnode_waterfreezedetector_dd94a13a16.zap
│  │  │  │  │  │  ├── rootnode_waterleakdetector_0b067acfa3.zap
│  │  │  │  │  │  ├── rootnode_watervalve_6bb39f1f67.zap
│  │  │  │  │  │  ├── rootnode_windowcovering_RLCxaGi9Yx.zap
│  │  │  │  │  │  │ template.zap
│  │  │  │  │  ├── esp32
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  ├── linux
│  │  │  │  │  │  │ BUILD.gn
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  ├── sample_app_util
│  │  │  │  │  │  ├── matter_device_types.json
│  │  │  │  │  │  ├── test_files
│  │  │  │  │  │  │  │ sample_zap_file.zap
│  │  │  │  ├── closure-app
│  │  │  │  │  ├── closure-common
│  │  │  │  │  │  │ closure-app.zap
│  │  │  │  ├── common
│  │  │  │  │  ├── server-cluster-shim
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  ├── ServerClusterShim.cpp
│  │  │  │  │  │  ├── ServerClusterShim.h
│  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  │  │ TestServerClusterShim.cpp
│  │  │  │  ├── contact-sensor-app
│  │  │  │  │  ├── bouffalolab
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  │ contact-sensor-app.zap
│  │  │  │  │  ├── contact-sensor-common
│  │  │  │  │  │  │ contact-sensor-app.zap
│  │  │  │  │  ├── nxp
│  │  │  │  │  │  ├── zap-lit
│  │  │  │  │  │  │  │ contact-sensor-app.zap
│  │  │  │  │  │  ├── zap-sit
│  │  │  │  │  │  │  │ contact-sensor-app.zap
│  │  │  │  ├── dishwasher-app
│  │  │  │  │  ├── dishwasher-common
│  │  │  │  │  │  │ dishwasher-app.zap
│  │  │  │  │  ├── silabs
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── dishwasher-thread-app.zap
│  │  │  │  │  │  │  │ dishwasher-wifi-app.zap
│  │  │  │  ├── energy-gateway-app
│  │  │  │  │  ├── energy-gateway-common
│  │  │  │  │  │  │ energy-gateway-app.zap
│  │  │  │  ├── energy-management-app
│  │  │  │  │  ├── energy-management-common
│  │  │  │  │  │  │ energy-management-app.zap
│  │  │  │  ├── fabric-bridge-app
│  │  │  │  │  ├── fabric-bridge-common
│  │  │  │  │  │  │ fabric-bridge-app.zap
│  │  │  │  ├── jf-admin-app
│  │  │  │  │  ├── jfa-common
│  │  │  │  │  │  │ jfa-app.zap
│  │  │  │  ├── laundry-washer-app
│  │  │  │  │  ├── nxp
│  │  │  │  │  │  ├── zap
│  │  │  │  │  │  │  │ laundry-washer-app.zap
│  │  │  │  ├── light-switch-app
│  │  │  │  │  ├── light-switch-common
│  │  │  │  │  │  ├── icd-lit-light-switch-app.zap
│  │  │  │  │  │  │ light-switch-app.zap
│  │  │  │  │  ├── qpg
│  │  │  │  │  │  ├── zap
│  │  │  │  │  │  │  │ switch.zap
│  │  │  │  │  ├── realtek
│  │  │  │  │  │  ├── bee
│  │  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │  ├── AppTask.cpp
│  │  │  │  │  │  │  │  ├── CHIPDeviceManager.cpp
│  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │ CHIPDeviceManager.h
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── light-switch-app-1_to_11.zap
│  │  │  │  │  │  │  ├── light-switch-app-1_to_2.zap
│  │  │  │  │  │  │  │ light-switch-app-1_to_8.zap
│  │  │  │  ├── lighting-app-data-mode-no-unique-id
│  │  │  │  │  ├── lighting-common
│  │  │  │  │  │  │ lighting-app.zap
│  │  │  │  ├── lighting-app
│  │  │  │  │  ├── bouffalolab
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── lighting-app-ethernet.zap
│  │  │  │  │  │  │  ├── lighting-app-thread.zap
│  │  │  │  │  │  │  │ lighting-app-wifi.zap
│  │  │  │  │  ├── esp32
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  │ lighting-app.zap
│  │  │  │  │  ├── lighting-common
│  │  │  │  │  │  │ lighting-app.zap
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  │  ├── nxp
│  │  │  │  │  │  ├── zap
│  │  │  │  │  │  │  │ lighting-on-off.zap
│  │  │  │  │  ├── qpg
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  │  │  ├── zap
│  │  │  │  │  │  │  │ light.zap
│  │  │  │  │  ├── realtek
│  │  │  │  │  │  ├── bee
│  │  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │  ├── AppTask.cpp
│  │  │  │  │  │  │  │  ├── CHIPDeviceManager.cpp
│  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  ├── CHIPDeviceManager.h
│  │  │  │  │  │  │  │  │  │ CHIPProjectConfig.h
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── lighting-app.matter
│  │  │  │  │  │  │  │ lighting-app.zap
│  │  │  │  │  ├── silabs
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── lighting-thread-app.zap
│  │  │  │  │  │  │  │ lighting-wifi-app.zap
│  │  │  │  ├── lit-icd-app
│  │  │  │  │  ├── lit-icd-common
│  │  │  │  │  │  │ lit-icd-server-app.zap
│  │  │  │  ├── lock-app
│  │  │  │  │  ├── lock-common
│  │  │  │  │  │  │ lock-app.zap
│  │  │  │  │  ├── nxp
│  │  │  │  │  │  ├── zap
│  │  │  │  │  │  │  │ lock-app.zap
│  │  │  │  │  ├── qpg
│  │  │  │  │  │  ├── zap
│  │  │  │  │  │  │  │ lock.zap
│  │  │  │  │  ├── realtek
│  │  │  │  │  │  ├── bee
│  │  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │  ├── AppTask.cpp
│  │  │  │  │  │  │  │  ├── CHIPDeviceManager.cpp
│  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │ CHIPDeviceManager.h
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── lock-app.matter
│  │  │  │  │  │  │  │ lock-app.zap
│  │  │  │  │  ├── silabs
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  │ lock-app.zap
│  │  │  │  ├── microwave-oven-app
│  │  │  │  │  ├── microwave-oven-common
│  │  │  │  │  │  │ microwave-oven-app.zap
│  │  │  │  ├── network-manager-app
│  │  │  │  │  ├── network-manager-common
│  │  │  │  │  │  │ network-manager-app.zap
│  │  │  │  ├── ota-provider-app
│  │  │  │  │  ├── ota-provider-common
│  │  │  │  │  │  │ ota-provider-app.zap
│  │  │  │  ├── ota-requestor-app
│  │  │  │  │  ├── ota-requestor-common
│  │  │  │  │  │  │ ota-requestor-app.zap
│  │  │  │  │  ├── realtek
│  │  │  │  │  │  ├── bee
│  │  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │  ├── AppTask.cpp
│  │  │  │  │  │  │  │  ├── CHIPDeviceManager.cpp
│  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │ CHIPDeviceManager.h
│  │  │  │  ├── placeholder
│  │  │  │  │  ├── linux
│  │  │  │  │  │  ├── apps
│  │  │  │  │  │  │  ├── app1
│  │  │  │  │  │  │  │  │ config.zap
│  │  │  │  │  │  │  ├── app2
│  │  │  │  │  │  │  │  │ config.zap
│  │  │  │  ├── platform
│  │  │  │  │  ├── qpg
│  │  │  │  │  │  ├── app
│  │  │  │  │  │  │  │ BaseAppTask.cpp
│  │  │  │  ├── pump-app
│  │  │  │  │  ├── pump-common
│  │  │  │  │  │  │ pump-app.zap
│  │  │  │  │  ├── silabs
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── pump-thread-app.zap
│  │  │  │  │  │  │  │ pump-wifi-app.zap
│  │  │  │  ├── pump-controller-app
│  │  │  │  │  ├── pump-controller-common
│  │  │  │  │  │  │ pump-controller-app.zap
│  │  │  │  ├── refrigerator-app
│  │  │  │  │  ├── refrigerator-common
│  │  │  │  │  │  │ refrigerator-app.zap
│  │  │  │  │  ├── silabs
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── refrigerator-thread-app.zap
│  │  │  │  │  │  │  │ refrigerator-wifi-app.zap
│  │  │  │  ├── rvc-app
│  │  │  │  │  ├── rvc-common
│  │  │  │  │  │  │ rvc-app.zap
│  │  │  │  ├── smoke-co-alarm-app
│  │  │  │  │  ├── smoke-co-alarm-common
│  │  │  │  │  │  │ smoke-co-alarm-app.zap
│  │  │  │  ├── temperature-measurement-app
│  │  │  │  │  ├── temperature-measurement-common
│  │  │  │  │  │  │ temperature-measurement.zap
│  │  │  │  ├── terms-and-conditions-app
│  │  │  │  │  ├── terms-and-conditions-common
│  │  │  │  │  │  │ terms-and-conditions-app.zap
│  │  │  │  ├── thermostat
│  │  │  │  │  ├── nxp
│  │  │  │  │  │  ├── zap
│  │  │  │  │  │  │  ├── thermostat_matter_br.zap
│  │  │  │  │  │  │  ├── thermostat_matter_eth.zap
│  │  │  │  │  │  │  ├── thermostat_matter_thread.zap
│  │  │  │  │  │  │  │ thermostat_matter_wifi.zap
│  │  │  │  │  ├── qpg
│  │  │  │  │  │  ├── zap
│  │  │  │  │  │  │  │ thermostaticRadiatorValve.zap
│  │  │  │  │  ├── realtek
│  │  │  │  │  │  ├── bee
│  │  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │  ├── AppTask.cpp
│  │  │  │  │  │  │  │  ├── CHIPDeviceManager.cpp
│  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │ CHIPDeviceManager.h
│  │  │  │  │  ├── thermostat-common
│  │  │  │  │  │  │ thermostat.zap
│  │  │  │  ├── thread-br-app
│  │  │  │  │  ├── thread-br-common
│  │  │  │  │  │  │ thread-br-app.zap
│  │  │  │  ├── tv-app
│  │  │  │  │  ├── tv-common
│  │  │  │  │  │  │ tv-app.zap
│  │  │  │  ├── tv-casting-app
│  │  │  │  │  ├── tv-casting-common
│  │  │  │  │  │  │ tv-casting-app.zap
│  │  │  │  ├── virtual-device-app
│  │  │  │  │  ├── virtual-device-common
│  │  │  │  │  │  │ virtual-device-app.zap
│  │  │  │  ├── water-leak-detector-app
│  │  │  │  │  ├── water-leak-detector-common
│  │  │  │  │  │  │ water-leak-detector-app.zap
│  │  │  │  ├── window-app
│  │  │  │  │  ├── common
│  │  │  │  │  │  │ window-app.zap
│  │  │  │  │  ├── realtek
│  │  │  │  │  │  ├── bee
│  │  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │  ├── AppTask.cpp
│  │  │  │  │  │  │  │  ├── CHIPDeviceManager.cpp
│  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │ CHIPDeviceManager.h
│  │  │  ├── scripts
│  │  │  │  ├── setup
│  │  │  │  │  ├── zap.json
│  │  │  │  │  │ zap.version
│  │  │  │  ├── tools
│  │  │  │  │  ├── zap
│  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  ├── inputs
│  │  │  │  │  │  │  │  ├── all-clusters-app.zap
│  │  │  │  │  │  │  │  │ lighting-app.zap
│  │  │  │  │  │  │  ├── outputs
│  │  │  │  │  │  │  │  ├── all-clusters-app
│  │  │  │  │  │  │  │  │  ├── app-templates
│  │  │  │  │  │  │  │  │  │  │ endpoint_config.h
│  │  │  │  │  │  │  │  ├── lighting-app
│  │  │  │  │  │  │  │  │  ├── app-templates
│  │  │  │  │  │  │  │  │  │  │ endpoint_config.h
│  │  │  │  │  │  │ zap_execution.py
│  │  │  ├── src
│  │  │  │  ├── BUILD.gn
│  │  │  │  ├── app
│  │  │  │  │  ├── AttributeValueEncoder.h
│  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  ├── CommandHandlerImpl.cpp
│  │  │  │  │  ├── InteractionModelEngine.cpp
│  │  │  │  │  ├── InteractionModelEngine.h
│  │  │  │  │  ├── WriteHandler.cpp
│  │  │  │  │  ├── WriteHandler.h
│  │  │  │  │  ├── chip_data_model.cmake
│  │  │  │  │  ├── chip_data_model.gni
│  │  │  │  │  ├── clusters
│  │  │  │  │  │  ├── administrator-commissioning-server
│  │  │  │  │  │  │  ├── AdministratorCommissioningCluster.cpp
│  │  │  │  │  │  │  ├── AdministratorCommissioningLogic.h
│  │  │  │  │  │  │  ├── CodegenIntegration.cpp
│  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │ TestAdministratorCommissioningCluster.cpp
│  │  │  │  │  │  ├── mode-base-server
│  │  │  │  │  │  │  │ mode-base-server.h
│  │  │  │  │  │  ├── network-commissioning
│  │  │  │  │  │  │  │ NetworkCommissioningCluster.cpp
│  │  │  │  │  │  ├── software-diagnostics-server
│  │  │  │  │  │  │  ├── CodegenIntegration.cpp
│  │  │  │  │  │  │  ├── software-diagnostics-cluster.h
│  │  │  │  │  │  │  ├── software-diagnostics-logic.cpp
│  │  │  │  │  │  │  ├── software-diagnostics-logic.h
│  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │ TestSoftwareDiagnosticsCluster.cpp
│  │  │  │  │  ├── data-model-provider
│  │  │  │  │  │  │ Provider.h
│  │  │  │  │  ├── persistence
│  │  │  │  │  │  ├── AttributePersistenceProvider.h
│  │  │  │  │  │  ├── AttributePersistenceProviderInstance.cpp
│  │  │  │  │  │  ├── AttributePersistenceProviderInstance.h
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── DefaultAttributePersistenceProvider.cpp
│  │  │  │  │  │  ├── DefaultAttributePersistenceProvider.h
│  │  │  │  │  │  ├── DeferredAttributePersistenceProvider.cpp
│  │  │  │  │  │  ├── DeferredAttributePersistenceProvider.h
│  │  │  │  │  │  ├── PascalString.h
│  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  │  │ TestPascalString.cpp
│  │  │  │  │  ├── reporting
│  │  │  │  │  │  │ Engine.cpp
│  │  │  │  │  ├── server-cluster
│  │  │  │  │  │  ├── AttributeListBuilder.cpp
│  │  │  │  │  │  ├── AttributeListBuilder.h
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── ServerClusterContext.h
│  │  │  │  │  │  ├── testing
│  │  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  │  │ TestServerClusterContext.h
│  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  │  ├── TestAttributeListBuilder.cpp
│  │  │  │  │  │  │  │ TestDefaultServerCluster.cpp
│  │  │  │  │  ├── tests
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── TestAclAttribute.cpp
│  │  │  │  │  │  ├── TestAclCommand.cpp
│  │  │  │  │  │  ├── TestWriteInteraction.cpp
│  │  │  │  │  │  ├── test-interaction-model-api.cpp
│  │  │  │  │  │  │ test-interaction-model-api.h
│  │  │  │  │  ├── util
│  │  │  │  │  │  ├── attribute-metadata.h
│  │  │  │  │  │  ├── attribute-storage.cpp
│  │  │  │  │  │  ├── mock
│  │  │  │  │  │  │  │ BUILD.gn
│  │  │  │  │  │  ├── persistence
│  │  │  │  │  │  │  ├── AttributePersistenceProvider.h
│  │  │  │  │  │  │  │ DefaultAttributePersistenceProvider.cpp
│  │  │  │  │  ├── zap-templates
│  │  │  │  │  │  ├── zcl
│  │  │  │  │  │  │  ├── data-model
│  │  │  │  │  │  │  │  ├── chip
│  │  │  │  │  │  │  │  │  │ basic-information-cluster.xml
│  │  │  │  ├── controller
│  │  │  │  │  ├── tests
│  │  │  │  │  │  ├── data_model
│  │  │  │  │  │  │  ├── DataModelFixtures.cpp
│  │  │  │  │  │  │  ├── DataModelFixtures.h
│  │  │  │  │  │  │  ├── TestRead.cpp
│  │  │  │  │  │  │  │ TestWrite.cpp
│  │  │  │  ├── darwin
│  │  │  │  │  ├── Framework
│  │  │  │  │  │  ├── Matter.xcodeproj
│  │  │  │  │  │  │  │ project.pbxproj
│  │  │  │  ├── data-model-providers
│  │  │  │  │  ├── codegen
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── CodegenDataModelProvider.cpp
│  │  │  │  │  │  ├── CodegenDataModelProvider.h
│  │  │  │  │  │  ├── CodegenDataModelProvider_Read.cpp
│  │  │  │  │  │  ├── CodegenDataModelProvider_Write.cpp
│  │  │  │  │  │  ├── EmberMetadata.cpp
│  │  │  │  │  │  ├── EmberMetadata.h
│  │  │  │  │  │  ├── model.cmake
│  │  │  │  │  │  ├── model.gni
│  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  ├── EmberReadWriteOverride.cpp
│  │  │  │  │  │  │  │ TestCodegenModelViaMocks.cpp
│  │  │  │  ├── platform
│  │  │  │  │  ├── realtek
│  │  │  │  │  │  ├── BEE
│  │  │  │  │  │  │  ├── FactoryDataProvider.cpp
│  │  │  │  │  │  │  │ FactoryDataProvider.h
│  │  │  │  ├── python_testing
│  │  │  │  │  │ TC_AccessChecker.py
samples
│  ├── matter
│  │  ├── common
│  │  │  ├── src
│  │  │  │  ├── certification
│  │  │  │  │  ├── thread_platform
│  │  │  │  │  │  ├── thread_certification.zap
│  │  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │  │ endpoint_config.h
│  │  ├── light_bulb
│  │  │  ├── CMakeLists.txt
│  │  │  ├── src
│  │  │  │  ├── app_task.cpp
│  │  │  │  ├── default_zap
│  │  │  │  │  ├── light_bulb.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  ├── light_switch
│  │  │  ├── snippets
│  │  │  │  ├── lit_icd
│  │  │  │  │  ├── light_switch.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  │  ├── src
│  │  │  │  ├── default_zap
│  │  │  │  │  ├── light_switch.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  ├── lock
│  │  │  ├── snippets
│  │  │  │  ├── schedules
│  │  │  │  │  ├── lock.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  │  ├── src
│  │  │  │  ├── default_zap
│  │  │  │  │  ├── lock.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  ├── manufacturer_specific
│  │  │  ├── src
│  │  │  │  ├── default_zap
│  │  │  │  │  ├── manufacturer_specific.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  ├── smoke_co_alarm
│  │  │  ├── src
│  │  │  │  ├── default_zap
│  │  │  │  │  ├── smoke_co_alarm.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  ├── template
│  │  │  ├── src
│  │  │  │  ├── default_zap
│  │  │  │  │  ├── template.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  ├── thermostat
│  │  │  ├── src
│  │  │  │  ├── default_zap
│  │  │  │  │  ├── thermostat.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
│  │  ├── window_covering
│  │  │  ├── src
│  │  │  │  ├── default_zap
│  │  │  │  │  ├── window-app.zap
│  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │ endpoint_config.h
west.yml

Outputs:

Toolchain

Version: bd39d1676f
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:bd39d1676f_bba2ea5f2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 97
  • ❌ Integration tests
    • ❌ test-fw-nrfconnect-chip
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

ZAP Tool version has been changed, and we need to re-generate
all source files.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
@ArekBalysNordic ArekBalysNordic force-pushed the software_diagnostic_fix branch from 7b83f47 to cd9c042 Compare July 25, 2025 11:13
@github-actions
Copy link
Copy Markdown

You can find the documentation preview for this PR here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-matter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants