@@ -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.
@@ -593,6 +604,8 @@ Drivers and Sensors
593604
594605* SPI
595606
607+ * Added dma support for GD32 driver.
608+
596609* Timer
597610
598611* USB
@@ -614,6 +627,8 @@ Drivers and Sensors
614627* Watchdog
615628
616629 * Added driver for nPM6001 PMIC Watchdog.
630+ * Added free watchdog driver for GigaDevice GD32 SoCs.
631+ * Added window watchdog driver for GigaDevice GD32 SoCs.
617632
618633* WiFi
619634
@@ -791,6 +806,10 @@ Devicetree
791806 * :dtcompatible: `st,stm32-ethernet `: now allows ``local-mac-address `` and
792807 ``zephyr,random-mac-address `` properties.
793808
809+ * GD32 SoCs:
810+
811+ * :dtcompatible: `gd,gd322-dma `: Provide some helper macro to easily setup `dma-cells `.
812+
794813Libraries / Subsystems
795814**********************
796815
@@ -1167,6 +1186,11 @@ Libraries / Subsystems
11671186HALs
11681187****
11691188
1189+ * GigaDevice
1190+
1191+ * Added support for gd32l23x.
1192+ * Added support for gd32a50x.
1193+
11701194MCUboot
11711195*******
11721196
0 commit comments