zephyr/tests/drivers/uart/uart_async_api
Alberto Escolar Piedras f82f6cdeae tests uart/uart_async_api: Improve filter
These tests were filtering by CONFIG_UART_CONSOLE,
but that does not seem a strick requirement.
It seems the requirement would just be CONFIG_SERIAL,
but that is implicit if CONFIG_SERIAL_SUPPORT_ASYNC,
which is required for all these tests, so let's
just remove CONFIG_UART_CONSOLE.

(The simulated nrf5x boards do not set CONFIG_UART_CONSOLE
by default, as by default the console is routed to the
process stdout instead)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-01-12 11:27:23 -06:00
..
boards tests: drivers: uart: uart_async_api: Enable test for adl_crb 2024-01-11 15:41:42 -06:00
src tests/drivers uart_async_api: Fix build error with host gcc 2024-01-10 10:01:37 +01:00
CMakeLists.txt tests: drivers: uart: Adding wide data async tests 2023-08-30 10:17:17 +02:00
prj.conf tests: drivers: Add dependency to UART runtime configuration 2023-11-15 10:02:18 +01:00
testcase.yaml tests uart/uart_async_api: Improve filter 2024-01-12 11:27:23 -06:00