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 committed Nov 6, 2024
1 parent d0a6653 commit 2d8557a
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -300,6 +300,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
4 changes: 4 additions & 0 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,13 @@ Drivers and Sensors

* Serial

* ESP32: Added UART support for ESP32-C2 and ESP8684.
* 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 2d8557a

Please sign in to comment.