Skip to content

Commit f31b3f0

Browse files
KKopyscinskicarlescufi
authored andcommitted
Tests: Bluetooth: Tester: improve stability by Flow Control and UARTE
Some tests may be unstable because of missing data from BTP frames. Enabling Flow Control fixes the issue, but seems to work reliably only along with UARTE. Signed-off-by: Krzysztof Kopyściński <[email protected]>
1 parent c570957 commit f31b3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bluetooth/tester/nrf52840dk_nrf52840.overlay

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
};
88

99
&uart0 {
10-
compatible = "nordic,nrf-uart";
10+
compatible = "nordic,nrf-uarte";
1111
current-speed = <115200>;
1212
status = "okay";
13+
hw-flow-control;
1314
};

0 commit comments

Comments
 (0)