k210-sdk-stuff/rust/openocd.cfg
Wladimir J. van der Laan d14c640356 rust: Add rgbcontrol
2019-05-23 13:53:02 +00:00

12 lines
225 B
INI

transport select jtag
adapter_khz 1000
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