We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bb508 commit 9a786cdCopy full SHA for 9a786cd
snippets/matter-power-consumption-tests/boards/nrf54lm20dk.conf
@@ -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
@@ -6,3 +6,6 @@ boards:
/nrf54l15dk.*/:
append:
EXTRA_CONF_FILE: boards/nrf54l15dk.conf
+ /nrf54lm20dk.*/:
+ append:
+ EXTRA_CONF_FILE: boards/nrf54lm20dk.conf
0 commit comments