flash/nor/stm32f1x: Add support for GD32E23x
[fw/openocd] / src / flash / startup.tcl
index 93ef82ce618e147807fab44f1aaf017c606d9b57..16cbe19505fdb231d56618c4c37bf356751c0369 100644 (file)
@@ -121,3 +121,6 @@ proc stm32l5x args { eval stm32l4x $args }
 proc stm32u5x args { eval stm32l4x $args }
 proc stm32wbx args { eval stm32l4x $args }
 proc stm32wlx args { eval stm32l4x $args }
+
+# gd32e23x uses the same flash driver as the stm32f1x
+proc gd32e23x args { eval stm32f1x $args }