zephyr/tests/drivers/uart
Andriy Gelman 7a9490b316 tests: uart: uart_async_api: Re-enable tests on xmc45_relax_kit
drivers.uart.async_api.rtt test started failing on xmc45_relax_kit
after f423ec255f which set
CONFIG_SERIAL_SUPPORT_ASYNC=y if uart rtt is enabled. This conflicts
with the xmc4xxx uart driver which sets the same symbol conditionally
if the dma is enabled in the device tree. The conflict created some
warning during compilation causing the CI to fail.

All the uart_async tests were disabled in
71d0394752. This commit re-enables the
test on xmc45_relax_kit and only excludes the rtt test that's failing.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2023-04-12 08:59:20 +02:00
..
uart_async_api tests: uart: uart_async_api: Re-enable tests on xmc45_relax_kit 2023-04-12 08:59:20 +02:00
uart_basic_api tests: Tag uart tests as uart 2023-01-10 18:29:35 -05:00
uart_emul tests: drivers: uart: add uart_emul test 2023-03-27 09:50:44 +02:00
uart_mix_fifo_poll tests: drivers: uart: Use "dut" node label to select UART to be tested 2023-03-23 09:40:11 +01:00
uart_pm tests: drivers: uart_pm: Fix testing of no-RX case 2023-03-23 09:40:11 +01:00