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
samples: matter: Switch Identify Cluster to code-driven
Replaced ZAP-driven Identify Cluster usage by the code-driven
implementation. This change is done to be aligned with Matter 1.5.
Signed-off-by: Arkadiusz Balys <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,6 +330,7 @@ Matter bridge
330
330
To fix this, you need to disable storing the Wi-Fi firmware patch in external memory.
331
331
See the :ref:`migration guide <migration_3.2_required>` for more information.
332
332
* By moving code from :file:`samples/matter/common/src/bridge` to :file:`applications/matter_bridge/src/core` and :file:`applications/matter_bridge/src/ble` directories.
333
+
* The Identify cluster implementation in the application to use the code-driven approach instead of the zap-driven approach.
0 commit comments