var fDesc=new Array(); fDesc[0] = "Em::Blocks is a free C/C++ IDE (Integrated Development Environment) built to meet the most demanding needs of its users working in the field of embedded software development It is designed to be very extensible and fully configurable. The program provides various compiler and debugger plugins (toolchains) for different kind of micro-controllers.
Features:
- Multiple device targets (ARM, MSP430, PIC, etc.).
- Included optional: GNU ARM Embedded "bare-metal" compiler with different optimized libraries.
- Powerful debugger fully optimized for embedded development.
- Written in C++ . No interpreted languages (Jave or .NET) or proprietary libs needed.
- Extensible through plugins."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }