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 <krzysztof.kopyscinski@codecoup.pl>
This commit is contained in:
Krzysztof Kopyściński 2023-02-06 13:57:16 +01:00 committed by Carles Cufí
commit f31b3f03ad

View file

@ -7,7 +7,8 @@
};
&uart0 {
compatible = "nordic,nrf-uart";
compatible = "nordic,nrf-uarte";
current-speed = <115200>;
status = "okay";
hw-flow-control;
};