Changes between Version 2 and Version 3 of Release/4.7


Ignore:
Timestamp:
06/06/07 02:46:21 (17 years ago)
Author:
JoelSherrill
Comment:

Added RTEMS API changes

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.7

    v2 v3  
    100100  *  m68k/mvme162: No longer build tools that are specific to Solaris VMEBus hosts.
    101101  *  Multiple BSPs had bsp_specs cleaned up.
     102= RTEMS API Changes =
    102103
    103 = Release 4.7.0 Changes =
     104
     105 *  Multiple .h files which were RTEMS specific are now installed under an rtems subdirectory.
     106{{{
     107/* Before 4.6 */ #include <confdefs.h>
     108/* After 4.6 */  #include <rtems/confdefs.h>
     109}}}
     110
     111 *  Format of Region Manager Statistics changed.
     112
     113 *  PCI API modified in attempt to provide same API across ports.
     114
     115 *  TBD - if something is missing add it here.= Release 4.7.0 Changes =
    104116
    105117