@@ -304,6 +304,9 @@ Boards & SoC Support
304304
305305* Added support for these SoC series:
306306
307+ * GigaDevice GD32L23X
308+ * GigaDevice GD32A50X
309+
307310* Removed support for these SoC series:
308311
309312* Made these changes in other SoC series:
@@ -312,6 +315,9 @@ Boards & SoC Support
312315
313316* Added support for these ARM boards:
314317
318+ * GigaDevice GD32L233R-EVAL
319+ * GigaDevice GD32A503V-EVAL
320+
315321* Added support for these ARM64 boards:
316322
317323 * i.MX93 (Cortex-A) EVK board
@@ -324,6 +330,8 @@ Boards & SoC Support
324330
325331* Added support for these RISC-V boards:
326332
333+ * Added LCD support for ``longan_nano `` board.
334+
327335* Added support for these Xtensa boards:
328336
329337* Removed support for these Xtensa boards:
@@ -414,6 +422,7 @@ Drivers and Sensors
414422* Counter
415423
416424 * STM32 RTC based counter should now be configured using device tree.
425+ * Added Timer based driver for GigaDevice GD32 SoCs.
417426
418427* Crypto
419428
@@ -436,6 +445,8 @@ Drivers and Sensors
436445
437446* DMA
438447
448+ * Adjust incorrect dma1 clock source for GD32 gd32vf103 SoC.
449+
439450* EEPROM
440451
441452 * Added fake EEPROM driver for testing purposes.
@@ -576,6 +587,8 @@ Drivers and Sensors
576587
577588* SPI
578589
590+ * Added dma support for GD32 driver.
591+
579592* Timer
580593
581594* USB
@@ -597,6 +610,8 @@ Drivers and Sensors
597610* Watchdog
598611
599612 * Added driver for nPM6001 PMIC Watchdog.
613+ * Added free watchdog driver for GigaDevice GD32 SoCs.
614+ * Added window watchdog driver for GigaDevice GD32 SoCs.
600615
601616* WiFi
602617
@@ -774,6 +789,10 @@ Devicetree
774789 * :dtcompatible: `st,stm32-ethernet `: now allows ``local-mac-address `` and
775790 ``zephyr,random-mac-address `` properties.
776791
792+ * GD32 SoCs:
793+
794+ * :dtcompatible: `gd,gd322-dma `: Provide some helper macro to easily setup `dma-cells `.
795+
777796Libraries / Subsystems
778797**********************
779798
@@ -1150,6 +1169,11 @@ Libraries / Subsystems
11501169HALs
11511170****
11521171
1172+ * GigaDevice
1173+
1174+ * Added support for gd32l23x.
1175+ * Added support for gd32a50x.
1176+
11531177MCUboot
11541178*******
11551179
0 commit comments