Skip to content

Commit 511206b

Browse files
ArekBalysNordicrlubos
authored andcommitted
samples: matter: enable Low Power mode for nRF54L15 Matter samples
Enabled Low power mode for nRF54L15 in: - Matter Lock (SED | SIT) - Matter Light Switch (SED | SIT) - Matter Window Covering (SSED | SIT) - Matter Smoke CO Alarm (SED | LIT) Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 6003322 commit 511206b

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

samples/matter/light_switch/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ CONFIG_CHIP_TASK_STACK_SIZE=7168
1414

1515
# Set the NVS sector count to match the settings partition size that is 40 kB for this application.
1616
CONFIG_SETTINGS_NVS_SECTOR_COUNT=10
17+
18+
# Low Power mode
19+
CONFIG_POWEROFF=y

samples/matter/light_switch/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
3535
# reset + 1. Hence, the reboot time increases more and more.
3636
# To avoid it enable tickles kernel for mcuboot.
3737
CONFIG_TICKLESS_KERNEL=y
38+
39+
# Low Power mode
40+
CONFIG_POWEROFF=y

samples/matter/lock/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ CONFIG_CHIP_TASK_STACK_SIZE=7168
1414

1515
# Set the NVS sector count to match the settings partition size that is 40 kB for this application.
1616
CONFIG_SETTINGS_NVS_SECTOR_COUNT=10
17+
18+
# Low Power mode
19+
CONFIG_POWEROFF=y

samples/matter/lock/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
3535
# reset + 1. Hence, the reboot time increases more and more.
3636
# To avoid it enable tickles kernel for mcuboot.
3737
CONFIG_TICKLESS_KERNEL=y
38+
39+
# Low Power mode
40+
CONFIG_POWEROFF=y

samples/matter/smoke_co_alarm/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ CONFIG_CHIP_TASK_STACK_SIZE=7168
1414

1515
# Set the NVS sector count to match the settings partition size that is 40 kB for this application.
1616
CONFIG_SETTINGS_NVS_SECTOR_COUNT=10
17+
18+
# Low Power mode
19+
CONFIG_POWEROFF=y

samples/matter/smoke_co_alarm/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
3232
# reset + 1. Hence, the reboot time increases more and more.
3333
# To avoid it enable tickles kernel for mcuboot.
3434
CONFIG_TICKLESS_KERNEL=y
35+
36+
# Low Power mode
37+
CONFIG_POWEROFF=y

samples/matter/window_covering/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ CONFIG_CHIP_TASK_STACK_SIZE=7168
1414

1515
# Set the NVS sector count to match the settings partition size that is 40 kB for this application.
1616
CONFIG_SETTINGS_NVS_SECTOR_COUNT=10
17+
18+
# Low Power mode
19+
CONFIG_POWEROFF=y

samples/matter/window_covering/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
3535
# reset + 1. Hence, the reboot time increases more and more.
3636
# To avoid it enable tickles kernel for mcuboot.
3737
CONFIG_TICKLESS_KERNEL=y
38+
39+
# Low Power mode
40+
CONFIG_POWEROFF=y

0 commit comments

Comments
 (0)