Skip to content

Commit 51246d1

Browse files
dcpleungstephanosio
authored andcommitted
doc: release-note/3.3: adds a few bits about serial and UART
This adds a few bits about changes in serial and UART drivers. Also mentions a few new additions. Signed-off-by: Daniel Leung <[email protected]>
1 parent 1093a6f commit 51246d1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,37 @@ Drivers and Sensors
885885
* Atmel SAM: UART/USART: Added support to configure driver at runtime
886886
* STM32: DMA now supported on STM32U5 series.
887887

888+
* uart_altera_jtag: added support for Nios-V UART.
889+
890+
* uart_esp32: added support asynchronous operation.
891+
892+
* uart_gecko: added support for pinctrl.
893+
894+
* uart_mchp_xec: now supports UART on MEC15xx SoC.
895+
896+
* uart_mcux_flexcomm: added support for runtime configuration.
897+
898+
* uart_mcux_lpuart: added support for RS-485.
899+
900+
* uart_numicro: uses pinctrl to configure UART pins.
901+
902+
* uart_pl011: added support for pinctrl.
903+
904+
* uart_rpi_pico: added support for runtime configuration.
905+
906+
* uart_xmc4xxx: added support for interrupt so it can now be interrupt driven.
907+
Also added support for FIFO.
908+
909+
* New UART drivers are added:
910+
911+
* Cadence IP6528 UART.
912+
913+
* NXP S32 LINFlexD UART.
914+
915+
* OpenTitan UART.
916+
917+
* QuickLogic USBserialport_S3B.
918+
888919
* SPI
889920

890921
* Added dma support for GD32 driver.

0 commit comments

Comments
 (0)