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

Changes between Version 21 and Version 22 of Release/4.11


Ignore:
Timestamp:
07/22/16 05:34:32 (8 years ago)
Author:
Sebastian Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.11

    v21 v22  
    9595 *  TBD
    9696
    97 = API Deprecations =
     97=== API Deprecations
    9898 * Notepads: rtems_task_set_note(), rtems_task_get_note(). Consider using POSIX keys instead.
    9999 * Task Variables: rtems_task_variable_add(), rtems_task_variable_delete(). Consider using POSIX keys instead.
     
    101101
    102102=== API Removals
    103  * TBD
     103 * malloc_get_statistics(): Use malloc_info() instead.  See also [https://docs.rtems.org/doc-current/share/rtems/html/shell/Memory-Commands-malloc-_002d-obtain-information-on-C-program-heap.html#Memory-Commands-malloc-_002d-obtain-information-on-C-program-heap malloc] shell command.
    104104
    105105=== Configuration Changes