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

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


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

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2013/UnifiedAPIs

    v6 v7  
    3838#Check whether a required header is being installed by searching it's name in the Makefile.am
    3939#Compile a list of all RTEMS internal functions(i.e starting with an '_' ) defined in cpukit & libcpu.
     40#Compile another list of functions starting with an '_' being executed in BSP by searching for a ';' to ensure that function is actually being called.