Initial commit

This commit is contained in:
2024-12-03 15:33:54 +08:00
commit ae92418e1e
70 changed files with 63204 additions and 0 deletions

9
openocd_gd32e230f4.cfg Normal file
View File

@@ -0,0 +1,9 @@
# 连接cmsis-dap喝粥
; interface cmsis-dap
source [find interface/cmsis-dap.cfg]
# 选择SWD
transport select swd
# 加载gd32e23x.cfg
source [find target/gd32e23x.cfg]