On Sunday 30 August 2009, Dirk Behme wrote: > David Brownell wrote: > > On Sunday 30 August 2009, Dirk Behme wrote: > >> --- trunk_r2643.orig/tcl/interface/flyswatter.cfg > >> +++ trunk_r2643/tcl/interface/flyswatter.cfg > >> @@ -8,5 +8,5 @@ interface ft2232 > >> ft2232_device_desc "Flyswatter" > >> ft2232_layout "flyswatter" > >> ft2232_vid_pid 0x0403 0x6010 > >> -jtag_speed 1 > >> +jtag_khz 3000 > > > > Such things belong in board config files; > > there's no reason a flyswatter wouldn't > > be used with some board with a different > > default speed. > > Isn't the opposite true as well? Each board config could be used with > an other interface, possibly resulting in different jtag clock?
Yes; sorry, I meant "user config file" as in "openocd.cfg". > What does 'jtag_speed 1', btw? I couldn't find a documentation about > this in openocd.pdf. ISTR that jtag_speed semantics are entirely adapter-specific. Which is part of why that command is being phased out; I don't think anyone can answer such questions in general. - Dave _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
