zephyr/tests/drivers/uart/uart_async_api/src
Fabrice DJIATSA c7da46a243 tests: drivers: uart: uart_async_api: fix error on test_write_abort
With the changes made in PR #76061, only on the F429ZI platform, in
the test_write_abort test,the number of received data (2) is not equal
to the number of sent data (1). It looks like uart_tx_abort is done very
quickly, and the callback doesn't have enough time to deal with it.
Adding a small delay solves the problem and doesn't affect results on
other platforms.

Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
2025-01-06 20:34:17 +01:00
..
test_uart_async.c tests: drivers: uart: uart_async_api: fix error on test_write_abort 2025-01-06 20:34:17 +01:00
test_uart_wide.c
test_uart.h