Skip to content

Commit d88794d

Browse files
committed
snippets: matter: add nrf54lm20 to power snippet
Configure power optimized snippet for nrf54lm20. Signed-off-by: Michał Szablowski <[email protected]>
1 parent 57bb508 commit d88794d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

snippets/matter-power-consumption-tests/boards/nrf54l15dk.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ CONFIG_NCS_SAMPLE_MATTER_LEDS=n
99

1010
# Disable watchdog that increases the sleep current
1111
CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n
12-
13-
# Increase MPSL calibration period to prevent too often CPU wake-ups.
14-
CONFIG_MPSL_CALIBRATION_PERIOD=60000
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Disable LEDs that lead to the current leakages
8+
CONFIG_NCS_SAMPLE_MATTER_LEDS=n
9+
10+
# Disable watchdog that increases the sleep current
11+
CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n

snippets/matter-power-consumption-tests/snippet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ boards:
66
/nrf54l15dk.*/:
77
append:
88
EXTRA_CONF_FILE: boards/nrf54l15dk.conf
9+
/nrf54lm20dk.*/:
10+
append:
11+
EXTRA_CONF_FILE: boards/nrf54lm20dk.conf

0 commit comments

Comments
 (0)