Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 5 and Version 6 of GSoC/2013/UnifiedAPIs


Ignore:
Timestamp:
09/24/13 20:37:14 (11 years ago)
Author:
Vipulnayyar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2013/UnifiedAPIs

    v5 v6  
    3131
    3232#Check if a file is being compiled by searching it's name in the Makefile.am for a BSP.
     33#If file not found, then report it.
     34#Check if the file being compiled is present in the correct directory as defined by the rules.
     35#If location of file is not correct, report it.
     36#Check if the corresponding functions for a file are defined in there or not. This takes place by searching for the definition of a method in that file with the help of a simple regex [a-z|A-Z|0-9|_]+[ ]*$i[ ]*\(
     37#If the function is not located in it's specified file, then search whether it's defined in some other file maybe. Report it
     38#Check whether a required header is being installed by searching it's name in the Makefile.am
     39#Compile a list of all RTEMS internal functions(i.e starting with an '_' ) defined in cpukit & libcpu.