Hello,
I want to add support for a new custom JTAG driver in openocd. I have created my driver DLL that i have interfaced with openocd and create a new driver .c file (similar to jlink.c but with my driver APIs for JTAG operation). Below are the queries i have:
- Is there any documentation available that explains how to create driver file in openocd ? I am referring jlink.c but need some more clarity on what is the JTAG data sequence and API format needed in driver to get it working with openocd ?
- I have multiple DAPs in my system in daisy chain. How to manage this with openocd ? Do i have to manage DAP selection in my driver or can provide configuration details in cfg file ? Any example for cfg file to follow ?
Thanks for the help.
Hello,
Unless you are releasing source code of that DLL under a GPL-compatible licence you are NOT allowed to distribute OpenOCD that's using it. Please keep that in mind and respect the Copyright law.
Regarding your questions, this ticketing system is not a support forum, please write to the devel mailing list instead.
Hello,
Unless you are releasing source code of that DLL under a GPL-compatible licence you are NOT allowed to distribute OpenOCD that's using it. Please keep that in mind and respect the Copyright law.
Regarding your questions, this ticketing system is not a support forum, please write to the devel mailing list instead.