Skip to content

Commit 295b4cf

Browse files
committed
tests: benchmarks: power_consumption: uart: disable console uart rx
To reduce current consumption at interrupt mode for nrf52840. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 7816d8a commit 295b4cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/benchmarks/power_consumption/uart/boards/nrf52840dk_nrf52840.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
&uart0 {
88
zephyr,pm-device-runtime-auto;
99
};
10+
11+
/* Disabling uart rx pin to get low power */
12+
&uart0 {
13+
disable-rx;
14+
};

0 commit comments

Comments
 (0)