zephyr/tests/drivers/uart/uart_async_api
Krzysztof Chruściński 70118c06a5 drivers: serial: nrfx_uarte: Deprecate non-legacy shim
Some time ago a new shim for nRF UARTE was added (uart_nrfx_uarte2.c)
which used nrfx_uarte.c driver underneath. It was supposed to support
nrf54x platforms. However, later on legacy driver (uart_nrfx_uarte.c)
was extended to support nrf54x platforms and it takes less code size,
has better performance and more features. Shim uart_nrfx_uarte2 will
no longer be supported. As new shim is the default and there is a
Kconfig to pick the legacy shim (CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=y)
it cannot be deprecated in the normal way. Additional Kconfig option
is created (DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM) which is enabled
if CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n and it selects DEPRECATED.
A warning was also added to the CMakeLists.txt.

Patch removes use CONFIG_UART_NRFX_UARTE_LEGACY_SHIM in tests.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2025-01-14 13:23:32 +01:00
..
boards tests: drivers: uart: Add nrf54l09pdk_nrf54l09_cpuapp target 2025-01-13 20:24:43 +01:00
socs tests: esp32c3: Add USB variant 2025-01-10 18:57:07 +01: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 tests: drivers: uart_async: stm32: add test cases with DCache enabled 2024-05-13 16:09:20 -04:00
stm32_nocache_mem.conf tests: drivers: uart: uart_async_api: disable userspace permissions 2025-01-06 20:34:17 +01:00
testcase.yaml drivers: serial: nrfx_uarte: Deprecate non-legacy shim 2025-01-14 13:23:32 +01:00