msp430mcu provides C headers and binutils linker scripts for each of the
over 300 microcontrollers in the MSP430 family.
This is part of the 'uniarch' effort to 'rejoin' mspgcc4 and mspgcc, and
lowering the workload for adding new chips by taking it mostly out of binutils/
gcc and putting it all in one single package. For more information please
refer to http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Devel:Uniarch for a full list of changes/rationale behind this.
The rest of the msp430 toolchain will soon be updated to the uniarch versions.
important.
Ports that install .jar files for public use (ie, in share/java/classes/)
please install unversioned jar files from now on. If a port installs
multiple jar files, use a share/java/classes/<project_name>/ prefix.
This will help other ports to pickup these classes.
discussed with and ok kurt@
When MODJAVA_BUILD is set to 'ant' this adds the correct build dependencies,
as well as providing a do-build target (if not already set by the port).
discussed with and ok kurt@
* Add functions to enable and disable at run-time
* Lower memory usage for allocation tracking
* Allocation tracking is now disabled by default
ok sthen@
but it received a lot of bloat after moving from the original source
to apache incubator and getting an official apache project.
(And from my former job I remember that ivy-2.x did introduce some
regressions).
libxsvf is a library that be used to access the JTAG interface on an
embedded device using an embedded host processor or microcontroller
instead of using an external JTAG probe.
In addition to playing SVF and XSVF files this library is also capable
of scanning the devices in the JTAG chain.
ok sthen@