Skip to content

Commit d519127

Browse files
committed
doc: releases: Add note about de-deprecation in Nordic UART driver
Add note in release notes for v4.2 about de-deprecation of CONFIG_CONFIG_UART_x_NRF_HW_ASYNC option. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent ebc017d commit d519127

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,3 +1376,9 @@ Other notable changes
13761376
:ref:`shields` build system feature (``west build --shield``) to interface
13771377
any connectorized i2c module to any board with a compatible i2c port,
13781378
regardless of the specific i2c connector branding.
1379+
1380+
* Reverted deprecation of receiver option in Nordic UART driver. Receiver mode which is using
1381+
additional TIMER peripheral to count received bytes was previously deprecated
1382+
(e.g. :kconfig:option:`CONFIG_CONFIG_UART_0_NRF_HW_ASYNC`). However, it turned out that this
1383+
previously mode is the only one that is capable of reliably receive data without Hardware
1384+
Flow Control so it should stay in the driver.

0 commit comments

Comments
 (0)