CVS: python/msp430 jtag.py,1.14,1.15
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/python/msp430
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4838/python/msp430
Modified Files:
jtag.py
Log Message:
- some improvements
- make executables from the ti text tools
- install ti tools on un*x
Index: jtag.py
===================================================================
RCS file: /cvsroot/mspgcc/python/msp430/jtag.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- jtag.py 27 Dec 2005 01:12:11 -0000 1.14
+++ jtag.py 27 Dec 2005 14:58:28 -0000 1.15
@@ -155,6 +155,8 @@
status = MSP430_Initialize(port, ctypes.byref(version))
if status != STATUS_OK:
raise IOError("Could not initialize the library (port: %s)" % port)
+ if DEBUG:
+ sys.stderr.write('MSP430mspgcc.dll version: %d\n' % (version.value,))
MSP430_VCC(3)
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click