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

Changes between Version 27 and Version 28 of Release/4.9


Ignore:
Timestamp:
03/12/08 00:04:32 (16 years ago)
Author:
JoelSherrill
Comment:

/* RTEMS Improvements */ Add some introductory text

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.9

    v27 v28  
    2828The latest patch for each tools is in rtems/contrib/crossrpms/patches.
    2929= RTEMS Improvements =
     30
     31In this section, we discuss public API level changes as well as improvements to the implementation of those API routines. 
     32
     33Public API changes usually fall into one of the following categories:
     34
     35 *  Addition of new methods
     36 *  Modifications to prototypes
     37 *  Deletion of obsoleted methods
     38
     39Implementation improvements usually fall into one of the following categories:
     40
     41 *  Algorithm improvements in execution time or memory usage
     42 *  Critical section reduction
    3043= API Changes =
    3144