This is an automated email from Gerrit. Tomasz CEDRO ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1057
-- gerrit commit 92b854d5bb259f9e3fc3c466cb4b62f419883a2a Author: Tomek CEDRO <[email protected]> Date: Tue Oct 30 15:23:16 2012 +0100 Added swd_only transport definition. It will be used by swd interface driver. Change-Id: I669b7b5ef62f15414e3f392c7004eb46bb827119 Signed-off-by: Tomek CEDRO <[email protected]> diff --git a/src/jtag/adapter.c b/src/jtag/adapter.c index 1abda49..9eb9ed9 100644 --- a/src/jtag/adapter.c +++ b/src/jtag/adapter.c @@ -49,6 +49,7 @@ extern struct jtag_interface *jtag_interface; const char *jtag_only[] = { "jtag", NULL }; +const char *swd_only[] = { "swd", NULL }; static int jim_adapter_name(Jim_Interp *interp, int argc, Jim_Obj * const *argv) { -- ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
