var fDesc=new Array(); fDesc[0] = "Ride7 is a full-featured Integrated Development Environment (IDE) that provides users seamless integration and easy access to the complete range of Raisonance tools and features for writing, compiling and debugging application code from a single user interface.

Key features include: Integrated control of Raisonance C/Assembler toolsets for a range of families including ARM, STM8/ST7, CoolRISC and Cortus-APS3. Integrated control of CodeCompressor for post-link code size optimization. RBuilder for peripheral configuration and automatic generation of the resulting C source code, and more.

Ride7 is a free software tool that is available with Raisonance RKit C toolsets, RLink debugger/programmer and related tools such as Primers and REva evaluation platforms."; 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 = ''; } }