Skip to content

Commit 9a786cd

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 9a786cd

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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
12+
13+
# Increase MPSL calibration period to prevent too often CPU wake-ups.
14+
CONFIG_MPSL_CALIBRATION_PERIOD=60000

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)