CVS: python msp430-jtag.py,1.8,1.9

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24476/python

Modified Files:
	msp430-jtag.py 
Log Message:
- partial support for USB FET library (not yet functional)

Index: msp430-jtag.py
===================================================================
RCS file: /cvsroot/mspgcc/python/msp430-jtag.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- msp430-jtag.py	13 Dec 2004 23:25:37 -0000	1.8
+++ msp430-jtag.py	14 Jun 2005 10:16:58 -0000	1.9
@@ -189,7 +189,10 @@
                 sys.exit(2)
         elif o in ("-D", "--debug"):
             DEBUG = DEBUG + 1
+            try:
             jtagobj.setDebugLevel(DEBUG)
+            except IOError:
+                sys.stderr.write("Failed to set debug level in backend library\n")
             memory.DEBUG = memory.DEBUG + 1
         elif o in ("-u", "--upload"):
             try:



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.