Steve Underwood wrote:
Steve Byan wrote:
On Jun 22, 2007, at 7:24 AM, Steve Underwood wrote:
David Smead wrote:
Given that TI doesn't actively support OpenSource development tools
for the MSP430, we're fortunate to have what we have. The tools
worked
well for the one product we used them for, but with limited
resources,
the OpenSource tools are going to lag when new interfaces come along,
like SpiWire, or when the PC and SP grow to 20 bits.
SpyBiWire is fully supported. The only thing we have not done to
date is
support the MSP430X instruction set.
C++ support would be nice.
IAR supports C++, and I've never seen a single person using it. This
makes me reluctant to put effort into C++ for MSPGCC. People have built
C++ support for MSPGCC, but it would take some work for complete support.
Steve
I support this position. My colleagues and I do not use C++ in embedded
applications because of the bloat that it creates, and its dependence on
dynamic memory (slow and also dangerous). Some people say C# might be
a compromise for embedded applications but I still think it's a waste of
resources (and also too M$ for me).