CVS: python msp430-jtag.py,1.27,1.28

Chris Liechti <[email protected]> Fri, 06 Oct 2006 06:31:40 -0700
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/python
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26668/python

Modified Files:
	msp430-jtag.py 
Log Message:
spy-bi-wire support

Index: msp430-jtag.py
===================================================================
RCS file: /cvsroot/mspgcc/python/msp430-jtag.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -d -r1.27 -r1.28
--- msp430-jtag.py	9 Sep 2006 23:49:09 -0000	1.27
+++ msp430-jtag.py	6 Oct 2006 13:31:37 -0000	1.28
@@ -195,7 +195,7 @@
              "upload=", "download=", "size=", "hex", "bin", "ihex",
              "intelhex", "titext", "elf", "funclet", "ramsize=", "progress",
              "no-close", "parameter=", "result=", "timeout=", "secure",
-             "quiet", "backend=", "slowdown="]
+             "quiet", "backend=", "slowdown=", "spy-bi-wire"]
         )
     except getopt.GetoptError, e:
         # print help information and exit:
@@ -368,6 +368,8 @@
             HIL_SetSlowdown.restype   = ctypes.c_int #actually void
             # set slowdown
             HIL_SetSlowdown(slowdown)
+        elif o == "--spy-bi-wire":
+            jtag.interface = 'spy-bi-wire'
 
     if DEBUG:
         if quiet:


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV