Skip to content

Commit dc87bb0

Browse files
aescolarkartben
authored andcommitted
tests/bsim UART: Let's connect the nrf54L UART00 in loopback too
A test is going to use this UART also, so we'll need it. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 1c4b692 commit dc87bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bsim/ci.uart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-log
2020
echo " nRF54L15:"
2121
${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
2222
-p nrf54l15bsim/nrf54l15/cpuapp --fixture gpio_loopback \
23-
-- -uart2_loopback
23+
-- -uart0_loopback -uart2_loopback
2424

2525
echo "UART: Multi device tests"
2626
WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh

0 commit comments

Comments
 (0)