Re: [Openocd-development] loadable drivers

2009-06-29 Thread Zach Welch
On Mon, 2009-06-29 at 18:07 -0700, David Brownell wrote: > On Sunday 28 June 2009, Zach Welch wrote: > > To finish this task, the following more invasive changes are needed: > > Getting rid of the array-of-drivers thing would be good too. :) > > For things statically linked into the server, a li

Re: [Openocd-development] loadable drivers

2009-06-29 Thread David Brownell
On Sunday 28 June 2009, Zach Welch wrote: > To finish this task, the following more invasive changes are needed: Getting rid of the array-of-drivers thing would be good too. :) For things statically linked into the server, a linked list set up by initcall-ish things from individual interface (fl

[Openocd-development] loadable drivers

2009-06-28 Thread Zach Welch
Hey all, I just committed the following patch to assist future development of the JTAG interface driver modules, encapsulating this into its own source file separate from everything else. This simply moves lines of codes and adds some documentation, and the new files will allow developing a patch