zephyr/tests/drivers/uart/uart_errors/boards
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
..
nrf54h20dk_nrf54h20_common.dtsi
nrf54h20dk_nrf54h20_cpuapp.overlay
nrf54l15dk_nrf54l15_cpuapp.overlay samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
nrf5340dk_nrf5340_cpuapp.overlay