File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
snippets/matter-power-consumption-tests Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,3 @@ CONFIG_NCS_SAMPLE_MATTER_LEDS=n
9
9
10
10
# Disable watchdog that increases the sleep current
11
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 6
6
/nrf54l15dk.*/ :
7
7
append :
8
8
EXTRA_CONF_FILE : boards/nrf54l15dk.conf
9
+ /nrf54lm20dk.*/ :
10
+ append :
11
+ EXTRA_CONF_FILE : boards/nrf54lm20dk.conf
You can’t perform that action at this time.
0 commit comments