kendryte / kendryte-ide

Kendeyte IDE ✨
https://forum.kendryte.com/category/5/ide
Other
142 stars 34 forks source link

请问IDE中自定义openOCD配置文件的功能时如何使用的 #32

Open Zhyolo opened 4 years ago

Zhyolo commented 4 years ago

Your Question:

请问IDE中自定义openOCD配置文件的功能时如何使用的

一直没有弄清楚IDE里面如何自定义openOCD的配置文件, 我需要最终配置文件如下:

interface cmsis-dap
transport select jtag
adapter_khz 1000
gdb_port 3333
telnet_port 4444
set _CHIPNAME riscv
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x04e4796b
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME riscv -chain-position $_TARGETNAME
init
halt