Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions doc/releases/release-notes-3.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ Boards & SoC Support

* Added support for these SoC series:

* GigaDevice GD32L23X
* GigaDevice GD32A50X

* Removed support for these SoC series:

* Made these changes in other SoC series:
Expand All @@ -312,6 +315,9 @@ Boards & SoC Support

* Added support for these ARM boards:

* GigaDevice GD32L233R-EVAL
* GigaDevice GD32A503V-EVAL

* Added support for these ARM64 boards:

* i.MX93 (Cortex-A) EVK board
Expand All @@ -324,6 +330,8 @@ Boards & SoC Support

* Added support for these RISC-V boards:

* Added LCD support for ``longan_nano`` board.

* Added support for these Xtensa boards:

* Removed support for these Xtensa boards:
Expand Down Expand Up @@ -414,6 +422,7 @@ Drivers and Sensors
* Counter

* STM32 RTC based counter should now be configured using device tree.
* Added Timer based driver for GigaDevice GD32 SoCs.

* Crypto

Expand All @@ -436,6 +445,8 @@ Drivers and Sensors

* DMA

* Adjust incorrect dma1 clock source for GD32 gd32vf103 SoC.

* EEPROM

* Added fake EEPROM driver for testing purposes.
Expand Down Expand Up @@ -576,6 +587,8 @@ Drivers and Sensors

* SPI

* Added dma support for GD32 driver.

* Timer

* USB
Expand All @@ -597,6 +610,8 @@ Drivers and Sensors
* Watchdog

* Added driver for nPM6001 PMIC Watchdog.
* Added free watchdog driver for GigaDevice GD32 SoCs.
* Added window watchdog driver for GigaDevice GD32 SoCs.

* WiFi

Expand Down Expand Up @@ -774,6 +789,10 @@ Devicetree
* :dtcompatible: `st,stm32-ethernet`: now allows ``local-mac-address`` and
``zephyr,random-mac-address`` properties.

* GD32 SoCs:

* :dtcompatible: `gd,gd322-dma`: Provide some helper macro to easily setup `dma-cells`.

Libraries / Subsystems
**********************

Expand Down Expand Up @@ -1150,6 +1169,11 @@ Libraries / Subsystems
HALs
****

* GigaDevice

* Added support for gd32l23x.
* Added support for gd32a50x.

MCUboot
*******

Expand Down