Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ CONFIG_NCS_SAMPLE_MATTER_LEDS=n

# Disable watchdog that increases the sleep current
CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n

# Increase MPSL calibration period to prevent too often CPU wake-ups.
CONFIG_MPSL_CALIBRATION_PERIOD=60000
11 changes: 11 additions & 0 deletions snippets/matter-power-consumption-tests/boards/nrf54lm20dk.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Copyright (c) 2025 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable LEDs that lead to the current leakages
CONFIG_NCS_SAMPLE_MATTER_LEDS=n

# Disable watchdog that increases the sleep current
CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n
3 changes: 3 additions & 0 deletions snippets/matter-power-consumption-tests/snippet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ boards:
/nrf54l15dk.*/:
append:
EXTRA_CONF_FILE: boards/nrf54l15dk.conf
/nrf54lm20dk.*/:
append:
EXTRA_CONF_FILE: boards/nrf54lm20dk.conf