zephyr/tests/drivers/uart/uart_pm
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
..
boards tests uart_pm: Enable for nrf54l15bsim 2024-11-22 11:34:30 +01:00
src tests: drivers: uart: uart_pm fix 'rxbuf' may be used uninitialized 2024-05-23 07:46:35 -04:00
CMakeLists.txt
nrf_rx_disable.overlay tests: drivers: uart: Use "dut" node label to select UART to be tested 2023-03-23 09:40:11 +01:00
prj.conf tests uart/uart_pm: Fix kconfig warning 2024-01-12 11:27:23 -06:00
testcase.yaml drivers: serial: nrfx_uarte: Deprecate CONFIG_UART_x_NRF_HW_ASYNC 2024-12-06 12:14:02 +01:00