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/1016
-- gerrit commit 199559efe1e3e1e5ca34aab84d50141da3af8a84 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: Ife4d44d18a3ebc228ab66b36db6e8ca3d2bd2bc1 Signed-off-by: Tomek CEDRO <[email protected]> diff --git a/src/jtag/adapter.c b/src/jtag/adapter.c index ec65827..afce288 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
