Skip to content

Commit d4b1302

Browse files
dcpleungmmahadevan108
authored andcommitted
doc: release/4.0: add bits about serial
This adds some bits about serial/UART in the migration and release notes for 4.0. Signed-off-by: Daniel Leung <[email protected]>
1 parent 6fb8157 commit d4b1302

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/releases/migration-guide-4.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ Serial
297297
can accept data bytes, instead of ``ret == 1``. The function now returns a lower bound on the
298298
number of bytes that can be provided to :c:func:`uart_fifo_fill` without truncation.
299299

300+
* LiteX: ``CONFIG_UART_LITEUART`` has been renamed to :kconfig:option:`CONFIG_UART_LITEX`.
301+
300302
Regulator
301303
=========
302304

doc/releases/release-notes-4.0.rst

+3
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ Drivers and Sensors
449449
* LiteX: Renamed the ``compatible`` from ``litex,uart0`` to :dtcompatible:`litex,uart`.
450450
* Nordic: Removed ``CONFIG_UART_n_GPIO_MANAGEMENT`` Kconfig options (where n is an instance
451451
index) which had no use after pinctrl driver was introduced.
452+
* NS16550: Added support for Synopsys Designware 8250 UART.
453+
* Renesas: Added support for SCI UART.
454+
* Sensry: Added UART support for Ganymed SY1XX.
452455

453456
* SPI
454457

0 commit comments

Comments
 (0)