Skip to content

Commit ffd9bc9

Browse files
committed
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 d0a6653 commit ffd9bc9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ Serial
300300
can accept data bytes, instead of ``ret == 1``. The function now returns a lower bound on the
301301
number of bytes that can be provided to :c:func:`uart_fifo_fill` without truncation.
302302

303+
* LiteX: ``CONFIG_UART_LITEUART`` has been renamed to :kconfig:option:`CONFIG_UART_LITEX`.
304+
303305
Regulator
304306
=========
305307

doc/releases/release-notes-4.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ Drivers and Sensors
410410
* LiteX: Renamed the ``compatible`` from ``litex,uart0`` to :dtcompatible:`litex,uart`.
411411
* Nordic: Removed ``CONFIG_UART_n_GPIO_MANAGEMENT`` Kconfig options (where n is an instance
412412
index) which had no use after pinctrl driver was introduced.
413+
* NS16550: Added support for Synopsys Designware 8250 UART.
414+
* Renesas: Added support for SCI UART.
415+
* Sensry: Added UART support for Ganymed SY1XX.
413416

414417
* SPI
415418

0 commit comments

Comments
 (0)