On Wed, Jan 7, 2009 at 8:06 PM, Rick Altherr <[email protected]> wrote: > > On Jan 7, 2009, at 10:57 AM, Dick Hollenbeck wrote: > >> >> How does this look? >> > > I like it. > >> >> It adds jtag_add_clocks() and implements those in the bitbang and ft2232.c >> drivers both. > > My only concern is making sure that all of the other interfaces are updated > to support the new stable clocks command.
Make a default implementation that returns an error and then the rest of the drivers can optionally implement this. The default runtest implementation can call jtag_add_clocks(). I'm not to fuzzed about not having support in this for a driver that isn't maintained. Especially as xsvf is the first and only customer so far. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
