Skip to content

Commit 9ed612a

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
samples: matter: enabled measuring factory reset time
Enabled Kconfig that allows to measure factory reset time in the memory profiling configuration. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent 9560703 commit 9ed612a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

samples/matter/light_bulb/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ tests:
9696
extra_args:
9797
- CONFIG_CHIP_MEMORY_PROFILING=y
9898
- CONFIG_SHELL_MINIMAL=y
99+
- CONFIG_CHIP_FACTORY_RESET_TIME_MEASUREMENT=y
99100
platform_allow:
100101
- nrf52840dk/nrf52840
101102
- nrf5340dk/nrf5340/cpuapp

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ manifest:
157157
- name: matter
158158
repo-path: sdk-connectedhomeip
159159
path: modules/lib/matter
160-
revision: c5cfa39480801673c06fd0c58107844eb384d2f2
160+
revision: 5f4785ec4cbb645d8fff071735d12de3c12107c8
161161
west-commands: scripts/west/west-commands.yml
162162
submodules:
163163
- name: nlio

0 commit comments

Comments
 (0)