var fDesc=new Array(); fDesc[0] = "The ARM® RVDS™ toolchain is a complete, end-to-end solution for software development supporting all ARM processors and ARM CoreSight™ debug technology. This full-featured product enables developers to begin software development, optimization and test ahead of silicon availability, significantly reducing application time-to-market and ensuring the highest degree of software quality.

Main Features:

- The highly optimizing ARM Compiler targeted at currently available devices
- ARM Workbench IDE, which aims to increase software developer's productivity by helping with project creation and improves insight in the source, object and executable code.
- ARM RVD™ Debugger supporting JTAG and CoreSight enabled debugging"; 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 = ''; } }