Skip to content

Commit 0810dd8

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 3ae8d74 commit 0810dd8

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
@@ -1031,3 +1031,9 @@ Other notable changes
10311031

10321032
* Updated TF-M to version 2.1.2 (from 2.1.1). The release notes can be found at:
10331033
https://trustedfirmware-m.readthedocs.io/en/tf-mv2.1.2/releases/2.1.2.html
1034+
1035+
* Reverted deprecation of receiver option in Nordic UART driver. Receiver mode which is using
1036+
additional TIMER peripheral to count received bytes was previously deprecated
1037+
(e.g. :kconfig:option:`CONFIG_CONFIG_UART_0_NRF_HW_ASYNC`). However, it turned out that this
1038+
previously mode is the only one that is capable of reliably receive data without Hardware
1039+
Flow Control so it should stay in the driver.

0 commit comments

Comments
 (0)