添加了部分说明文档

This commit is contained in:
NeoZng
2022-12-19 17:15:42 +08:00
parent cb1856a6dd
commit 22171177da
7 changed files with 91 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# 选择调试器为jlink
source [find interface/cmsis-dap.cfg]
# source [find interface/jlink.cfg] #使用jlink硬件进行调试,注意其他地方也要更改
# source [find interface/jlink.cfg] #使用cmsis-dap硬件进行调试,注意其他地方也要更改
# OpenOCD作为GDB和硬件调试器的桥梁(为硬件提供抽象,把接口给GDB),支持多种硬件调试器.
# OpenOCD会自动在其根目录的share/openocd/scripts/interface里面寻找对应的配置文件