On Wed, Jan 16, 2013 at 11:21 PM, Freddie Chopin <[email protected]> wrote: > On the other hand I'd also like that to be "usable" (it can be slow), so > for me a few tweaks would be most welcome: > 1. lower the noise created by debug output of LibSWD - by default only > warnings/errors (maybe this will even improve performance a bit? who knows)
LibSWD has controllable loglevel - try "libswd loglevel" command :-) By default LibSWD inherits loglevel from the host application and it can be changed at runtime :-) It can even use host application logging capabilities to produce messages :-) > 2. adding an example of temporary workaround for lack of reset, possibly > in a form of a TCL script? Please try (as made in kt-link-swd.cfg) below - it should work: interface_signal add SRST <mask> interface_bitbang srst=lo interface_bitbang srst=hi At the moment reset is hardcoded into jtag and adapter code, I want to move it out to the Interface, but this is another bigger change.. maybe you will find simpler better solution :-) On weekend Ill try to work this out on the current gerrit code :-) Time to sleep now ;-) Best regards :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
