i have created a new module in CVS called "python", it contains the new
msp430-bsl.py and msp430-jtag.py scripts.
now with makefile and "install" target, which should make installtion on
un*x like system easier. "make install" installs both tools on the
system (in /usr/bin/msp430/bin, can be changed in the makefile)
note that for msp430-jtag you need the libs from the "jtag" module:
MSP430mspgcc and HIL.
msp430-jtag can be used with to different jtag backends. an
implementation with the "ctpyes" python module is newly added and the
old _parjtag lib continues to work. both implementation use the libs
mentioned above, so their functionality is identical.
the common parts have been added to a python module named "msp430".
that should make it easier to install these scripts and it also allows
to use these tools in other programs, in case you want to write custom
jtag programer etc.
i'll remove the "pybsl" and "pyjtag" modules later when all the docs
refer to the new implementation. i'll probably clean up other python
related tools too, later.
chris