Garret Crisler wrote:
Do these programs having anything to do with Windows systems or are they
simply for the UNIX systems???
they run on un*x as well as on windows.
tough the install part shouldn't matter as much on windows as they are
now part of the windows installer.
chris
Garret Crisler
----- Original Message -----
From: "Chris Liechti" <[email protected]>
To: "mspgcc-users" <[email protected]>
Sent: Sunday, February 29, 2004 5:33 PM
Subject: [Mspgcc-users] new implementation of msp430-bsl and msp430-jtag
with easier install
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