init commit

This commit is contained in:
NeoZng
2022-10-20 17:13:02 +08:00
commit 78f85b7fda
518 changed files with 409143 additions and 0 deletions

9
openocd.cfg Normal file
View File

@@ -0,0 +1,9 @@
# 选择调试器为jlink
source [find interface/cmsis-dap.cfg]
# 选择接口为SWD
transport select swd
# 选择目标芯片
source [find target/stm32f4x.cfg]