CVS: python/mspgcc jtag.py,1.11,1.12
Chris Liechti <[email protected]> Fri, 08 Dec 2006 10:14:10 -0800
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/python/mspgcc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23752/python/mspgcc Modified Files: jtag.py Log Message: improve help, add description of --backend option and its values Index: jtag.py =================================================================== RCS file: /cvsroot/mspgcc/python/mspgcc/jtag.py,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -d -r1.11 -r1.12 --- jtag.py 28 Nov 2006 03:12:14 -0000 1.11 +++ jtag.py 8 Dec 2006 18:14:07 -0000 1.12 @@ -1,12 +1,13 @@ # Parallel JTAG programmer for the MSP430 embedded proccessor. # -# (C) 2002-2004 Chris Liechti <[email protected]> +# (C) 2002-2006 Chris Liechti <[email protected]> # this is distributed under a free software license, see license.txt # # http://mspgcc.sf.net # # Requires Python 2+ and the binary extension _parjtag or ctypes -# and MSP430mspgcc.dll/libMSP430mspgcc.so and HIL.dll/libHIL.so +# and MSP430mspgcc.dll/libMSP430mspgcc.so or MSP430.dll/libMSP430.so +# and HIL.dll/libHIL.so # # $Id$ ------------------------------------------------------------------------- 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