= Code Coverage Status = [[TOC(Developer/Coverage/Status, depth=2)]] Results of various Code Coverage runs may be found at http://www.rtems.org/ftp/pub/rtems/people/joel/coverage/. Listed below is some general Code Coverage status information about some of the BSPs supported by RTEMS. = Currently Analyzed = = ARM = The [wiki:Developer/Simulators/SkyEye SkyEye] project has added coverage analysis capabilities per our specifications. We are currently using it on the following ARM targets to generate coverage reports: * EDB7312 * SMDK2410 The graphs below depict the coverage status of the ARM BSPs. = ARM/EDB7312 = [[Image(CodeCoverageARM-EDB7312.png)]]]]
= ARM/SMDK2410 = [[Image(CodeCoverageARM-SMDK2410.png)]]]]
= i386 = The QEMU project (http://libre.adacore.com/libre/tools/coverage/) is working to add the necessary coverage capabilities to that simulator. The source code for this project is available from http://forge.open-do.org/scm/?group_id=8. The following BSP is included in the coverage reports: * pc386 The graph below depicts the coverage status of the pc386 BSP. = i386/pc386 = The graph below depicts the coverage status of the pc386 BSP. [[Image(CodeCoveragei386-pc386.png)]]]]
= M68K/Coldfire = The QEMU project (http://libre.adacore.com/libre/tools/coverage/) is working to add the necessary coverage capabilities to that simulator. The source code for this project is available from http://forge.open-do.org/scm/?group_id=8. The following BSP is included in the coverage reports: * uC5282 The graph below depicts the coverage status of the uC5282 BSP. = M68K/uC5282 = [[Image(CodeCoveragem68k-uC5282.png)]]]]
= PowerPC = The QEMU project (http://libre.adacore.com/libre/tools/coverage/) is working to add the necessary coverage capabilities to that simulator. The source code for this project is available from http://forge.open-do.org/scm/?group_id=8. The following BSP is included in the coverage reports: * qemuppc The graph below depicts the coverage status of the qemuppc BSP. = PowerPC/qemuppc = [[Image(CodeCoveragepowerpc-qemuppc.png)]]]]
= SPARC = We are using TSIM from Gaisler Research on the following BSPs: * ERC32 * LEON2 * LEON3 The graphs below depict the coverage status of the SPARC BSPs. = SPARC/ERC32 = [[Image(CodeCoverageSPARC-ERC32.png)]]]]
= SPARC/LEON2 = [[Image(CodeCoverageSPARC-LEON2.png)]]]]
= SPARC/LEON3 = [[Image(CodeCoverageSPARC-LEON3.png)]]]]
= Not Currently Analysed = = ARM = Qemu has support for the ARM but we do not have a BSP for this configuration. They claim support for the gumstix so that BSP might be close to working on qemu. This would allow us to have trace coverage and do more advanced analysis. = Blackfin = Since [wiki:Developer/Simulators/SkyEye SkyEye] supports this target architecture, we hope to one day get coverage results on the following BSPs: * eZKit553 = M68K/Coldfire = [wiki:Developer/Simulators/SkyEye SkyEye] supports the Coldfire but is currently unable to run any RTEMS Coldfire BSP. Work to improve Skyeye's Coldfire support is welcomed. We look forward to being able to use it to perform coverage testing on the following BSPs. * mcf5206elite = MIPS = Qemu has support for the MIPS but we do not have a BSP for this configuration. = =SH== Qemu has support for the SuperH but we do not have a BSP for this configuration.