search for: ti_msp430

Displaying 2 results from an estimated 2 matches for "ti_msp430".

2008 Dec 09
4
[LLVMdev] Quest for more targets
Is anyone working on supporting additional targets used in embedded systems. I am particularly interested in two: 1. TI MSP430. http://en.wikipedia.org/wiki/TI_MSP430 A nice very low power 16-bit machine with a PDP-11-like instruction set. We can assume the PIC16 developers have found and fixed all the 32-bit assumptions in the code base. Newer versions, the MSP430X series, have extended addressing and 20-bit registers! This complication could be addr...
2008 Dec 09
0
[LLVMdev] Quest for more targets
> 1. TI MSP430. http://en.wikipedia.org/wiki/TI_MSP430 I'm also very interested in an msp430 backend. I had been considering seeing if I could hack out a first draft over winter break. This would be very useful to one of my students who is currently stuck doing things in gcc. The msp430 port of gcc is not closely maintained and seems quite...