zephyr/tests/drivers/uart/uart_async_api
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
..
boards tests: drivers: uart: Support test uart_async_api for Renesas RA8 2025-01-06 20:33:46 +01:00
socs samples: esp32c3: Move config files from boards to socs 2024-08-13 18:21:10 -04:00
src tests: drivers: uart: uart_async_api: fix error on test_write_abort 2025-01-06 20:34:17 +01:00
sysbuild/vpr_launcher tests: drivers: uart: async_api: Add nrf54h20 cpuppr 2024-11-19 17:52:33 -05:00
CMakeLists.txt
Kconfig tests: drivers: uart: async_api: Make long buffer configurable 2024-10-25 08:53:15 +02:00
prj.conf
stm32_nocache_mem_dt.conf
stm32_nocache_mem.conf tests: drivers: uart: uart_async_api: disable userspace permissions 2025-01-06 20:34:17 +01:00
testcase.yaml tests: drivers: uart: uart_async_api: disable userspace permissions 2025-01-06 20:34:17 +01:00