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: Changed window covering to be SED by default
Changed Window Covering sample configuration to use the SED
configuration by default. The SSED can be enabled optionally
using dedicated .conf file.
Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/migration/migration_guide_3.4.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,10 @@ Matter
52
52
53
53
For more information on how to configure partitions using DTS and how to migrate your existing configuration to DTS, see the :ref:`migration_partitions` page.
54
54
55
+
* The :ref:`matter_window_covering_sample` sample now uses the Thread Sleepy End Device (SED) device type by default.
56
+
You can enable the Thread Synchronized Sleepy End Device (SSED) device type as an optional feature.
57
+
To enable the Thread SSED support, add the ``-DEXTRA_CONF_FILE=ssed.conf`` extra argument to the build command.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -403,10 +403,17 @@ Keys samples
403
403
Matter samples
404
404
--------------
405
405
406
-
* Removed support for the nRF7002 DK and nRF5340 DK used with the nRF7002 EK shield from all Matter samples, as this configuration was deprecated in |NCS| v3.2.0.
407
-
The removal is mainly due to the very limited non-volatile memory available for application code.
408
-
As an alternative, use the nRF54LM20A or nRF54LM20B SoC with the nRF7002-EB II shield.
409
-
This combination provides significantly more non-volatile memory for Matter over Wi-Fi applications.
406
+
* Updated:
407
+
408
+
* The :ref:`matter_window_covering_sample` sample to use the Thread Sleepy End Device (SED) device type by default.
409
+
You can now enable the Thread Synchronized Sleepy End Device (SSED) device type as an optional feature.
410
+
411
+
* Removed:
412
+
413
+
* Support for the nRF7002 DK and nRF5340 DK used with the nRF7002 EK shield from all Matter samples, as this configuration was deprecated in |NCS| v3.2.0.
414
+
The removal is mainly due to the very limited non-volatile memory available for application code.
415
+
As an alternative, use the nRF54LM20A or nRF54LM20B SoC with the nRF7002-EB II shield.
416
+
This combination provides significantly more non-volatile memory for Matter over Wi-Fi applications.
0 commit comments