var fDesc=new Array(); fDesc[0] = "The Wind River Workbench On-Chip Debugging's powerful IDE-based diagnostic capabilities unlock the power of the enterprise class, multicore enabled Wind River ICE 2 network-based JTAG emulator, and the portable Wind River Probe USB-based JTAG emulator.
Working with Wind River can significantly improve your odds for success. A stable, publicly held company, Wind River provides a complete solution for device software development. In addition to Workbench, our solution includes Wind River Customer Support, a Support Center Practices–certified organization, our CMMI Level 3–certified Professional Services organization, and an extensive ecosystem of partners. This comprehensive offering achieves the following:
- Improves time-to-market with tools that help developers visualize complex configurations, debugging, and test
- Makes managing your tools investment easier through common adoption of Eclipse and Workbench across your organization
- Enables developers to take advantage of additional design, development, and test plug-ins through Eclipse integration
- Simplifies third-party tools integration and allows you to choose best-of-breed add-ins"; 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 = ''; } }