Hi all: Some time ago I wanted to develop some generic JimTcl code for OpenOCD, and I didn't have a debug adapter connected, so I thought I would use the "dummy" adapter. But alas, it wasn't supported by my build of OpenOCD.
This is strange, because file BUGS distributed with OpenOCD states: "If OpenOCD is crashing, there are two very effective things you can do to improve your chances of getting help on the development mailing list. Try to reproduce the problem using the dummy JTAG interface to allow other developers to replicate your problem robustly and use GDB to get a trace" Therefore, I would turn on support for the dummy adapter in the configure script by default, even if that means compiling support for 'bitbang' by default too. Or is there a reason not to? Regards, rdiez