Changes between Version 42 and Version 43 of Release/4.10


Ignore:
Timestamp:
10/21/09 16:52:11 (15 years ago)
Author:
Sh
Comment:

/* General */

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.10

    v42 v43  
    9999 *  SuperCore Timestamp Handler added.  This includes the capability to select struct timespec or int64_t as the data type used for internal RTEMS time management. 
    100100
    101  *  Heap and region now use intptr_t for size of memory pools and individual allocations.  size_t is only defined to have a range large enough to represent the size of a SINGLE allocated object so this is necessary for correctness and to fix breakages on 16-bit targets.
     101 *  Heap and region now use uintptr_t for size of memory pools and individual allocations.  size_t is only defined to have a range large enough to represent the size of a SINGLE allocated object so this is necessary for correctness and to fix breakages on 16-bit targets.
    102102
    103103 *  RTEMS now supports configuring less than 256 priorities.  During the 4.10 development cycle, all tests were run in a configuration that had a maximum of 16 priorities.  This involved improvements to the tests to react to the number of priority levels not being a static value and fixed some bugs in the POSIX and ITRON API implementations.