Skip to content

Commit 37d6407

Browse files
samples: matter: disable mpsl before preforming factory reset
We can speed up flash operations while performing a factory reset by disabling mpsl before that. Thanks to that flash operations do not wait for mpsl synchronization and all write operations take less time. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 9f8c7a4 commit 37d6407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Gazell
134134
Matter
135135
------
136136

137-
|no_changes_yet_note|
137+
* Disabled the :ref:`mpsl` before performing factory reset to speed up the process.
138138

139139
Matter fork
140140
+++++++++++

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ manifest:
159159
- name: matter
160160
repo-path: sdk-connectedhomeip
161161
path: modules/lib/matter
162-
revision: ad8ba68fd93b25f3fc0c0093bdaade96439b3987
162+
revision: b237efcbd1e65dceab20e08d80721b1b4a71e6da
163163
west-commands: scripts/west/west-commands.yml
164164
submodules:
165165
- name: nlio

0 commit comments

Comments
 (0)