Skip to content

Commit 685c883

Browse files
aescolarnashif
authored andcommitted
tests/drivers uart_mix_fifo_poll: Speed up for nrf52_bsim
Increase the UART speed to 1Mbps for the simulated nrf52 to reduce the amount of time spent busy waiting, and therefore the real time duration of the test. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 06fa287 commit 685c883

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

33
#include "nrf52840dk_nrf52840.overlay"
4+
5+
6+
dut: &uart0 {
7+
current-speed = <1000000>;
8+
};

0 commit comments

Comments
 (0)