How to run OpenOCD on CLion with custom parameters?

415 views Asked by At

I would like to run the OpenOCD script in CLion with tcl_port enabled.

It looks like they hardcoded this into the plugin https://github.com/elmot/clion-embedded-arm/blob/master/src/xyz/elmot/clion/openocd/OpenOcdComponent.java#L79 does anyone have an idea how to override this?

Thank you

1

There are 1 answers

0
HennyKo On BEST ANSWER

It seems like parameters in the CFG file are not overwritten. So setting tcl_port 6666 works for me.