Phil Taylor schrieb:
What editors are people using for msp430 development?  Can someone reccommend
one?
Is there a gui-ish IDE that is common for msp430 development?

- for almost all edit work, i use SciTE. it has syntax coloring for many languages, external tool support, and F7 runs "make". it is cross platform and open source. http://www.scintilla.org/SciTE.html (Mark, it has vertical cut and paste too ;-) and i especialy like ctrl+enter, which is "complete word", it shows all words from the file i edit, it's not context/syntax sensitive, i don't like those)

- if i want a graphical frontend for the debugger, i use Eclipse.org + CDT + my plugin. if you want an IDE with many click and point features it is definetly something to check out.

- when i need an editor on the console, i usualy use vim

chris

Reply via email to