Skip to content

Commit

Permalink
doc: release/4.0: add bits about serial
Browse files Browse the repository at this point in the history
This adds some bits about serial/UART in the migration
and release notes for 4.0.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and mmahadevan108 committed Nov 6, 2024
1 parent 6fb8157 commit d4b1302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/releases/migration-guide-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ Serial
can accept data bytes, instead of ``ret == 1``. The function now returns a lower bound on the
number of bytes that can be provided to :c:func:`uart_fifo_fill` without truncation.

* LiteX: ``CONFIG_UART_LITEUART`` has been renamed to :kconfig:option:`CONFIG_UART_LITEX`.

Regulator
=========

Expand Down
3 changes: 3 additions & 0 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@ Drivers and Sensors
* LiteX: Renamed the ``compatible`` from ``litex,uart0`` to :dtcompatible:`litex,uart`.
* Nordic: Removed ``CONFIG_UART_n_GPIO_MANAGEMENT`` Kconfig options (where n is an instance
index) which had no use after pinctrl driver was introduced.
* NS16550: Added support for Synopsys Designware 8250 UART.
* Renesas: Added support for SCI UART.
* Sensry: Added UART support for Ganymed SY1XX.

* SPI

Expand Down

0 comments on commit d4b1302

Please sign in to comment.