zephyr/tests/drivers/uart/uart_async_api
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 drivers: serial: nrfx_uarte: Deprecate CONFIG_UART_x_NRF_HW_ASYNC 2024-12-06 12:14:02 +01:00
socs samples: esp32c3: Move config files from boards to socs 2024-08-13 18:21:10 -04:00
src tests: drivers: uart: async_api: Add uart120 instance to nrf54h20dk 2024-11-21 20:12:13 +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
testcase.yaml tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00