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:
parent
c57095740f
commit
f31b3f03ad
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
};
|
||||
|
||||
&uart0 {
|
||||
compatible = "nordic,nrf-uart";
|
||||
compatible = "nordic,nrf-uarte";
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue