zephyr/tests/drivers/uart
Krzysztof Chruściński 384e940c66 drivers: serial: nrfx_uarte: Deprecate CONFIG_UART_x_NRF_HW_ASYNC
Deprecate mode which is using TIMER+(D)PPI for reliable byte counting.
Recently a new approach is added (CONFIG_UART_NRFX_UARTE_ENHANCED_RX)
which supports reliable byte counting without additional HW resource.
This mode is planned to be the only supported RX path mode.

Enhanced RX has slightly different behavior. There are no partial RX
packets (events with non-zero offset). There is UART_RX_BUF_RELEASED
after each UART_RX_RDY event.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-12-06 12:14:02 +01:00
..
uart_async_api drivers: serial: nrfx_uarte: Deprecate CONFIG_UART_x_NRF_HW_ASYNC 2024-12-06 12:14:02 +01:00
uart_async_rx samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
uart_basic_api samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
uart_elementary samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
uart_emul tests: drivers: uart: uart_emul: Add device emulation test 2024-07-30 18:28:17 +01:00
uart_errors drivers: serial: nrfx_uarte: Deprecate CONFIG_UART_x_NRF_HW_ASYNC 2024-12-06 12:14:02 +01:00
uart_mix_fifo_poll drivers: serial: nrfx_uarte: Deprecate CONFIG_UART_x_NRF_HW_ASYNC 2024-12-06 12:14:02 +01:00
uart_pm drivers: serial: nrfx_uarte: Deprecate CONFIG_UART_x_NRF_HW_ASYNC 2024-12-06 12:14:02 +01:00