var fDesc=new Array(); fDesc[0] = "XMOS Development Environment - based on the industry standard Eclipse IDE, with familiar and flexible user interface.

Main features:

-Instrumentation functions for collecting and transmitting user-defined data to the XDE in real-time using the XTAG-2 debug adapter. The XDE software scope [BETA] displays this data as graphs on a timeline.
-Real-time printf debugging over UART.
-Notifications about updates to tools and subscribed content such as documentation and software components.
-Enhanced range of supported external SPI flash devices and user-defined device capability."; 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 = ''; } }