RTEMS CPU Kit with SuperCore  4.11.3
Deprecated List
Global _RTEMS_Tasks_Invoke_task_variable_dtor (Thread_Control *the_thread, rtems_task_variable_t *tvp)
Task variables are deprecated.
Global CONFIGURE_MAXIMUM_TASK_VARIABLES
Task variables are deprecated.
Global RTEMS_API_Control::Notepads [RTEMS_ZERO_LENGTH_ARRAY]
Notepads are deprecated and will be removed.
Global rtems_clock_get (rtems_clock_get_options option, void *time_buffer)
rtems_clock_get() is deprecated. Use the more explicit function calls rtems_clock_get_xxx().
Global rtems_ide_part_table_free (rtems_disk_desc_t *disk_desc)
Use the block device partition module instead.
Global rtems_ide_part_table_get (const char *dev_name, rtems_disk_desc_t *disk_desc)
Use the block device partition module instead.
Global rtems_ide_part_table_initialize (const char *dev_name)
Use the block device partition module instead.
Global rtems_io_lookup_name (const char *name, rtems_driver_name_t *device_info)
Use stat() instead.
Global rtems_task_get_note (rtems_id id, uint32_t notepad, uint32_t *note)
Notepads are deprecated and will be removed.
Global rtems_task_set_note (rtems_id id, uint32_t notepad, uint32_t note)
Notepads are deprecated and will be removed.
Global rtems_task_variable_add (rtems_id tid, void **ptr, void(*dtor)(void *))
Task variables are deprecated.
Global rtems_task_variable_delete (rtems_id tid, void **ptr)
Task variables are deprecated.
Global rtems_task_variable_get (rtems_id tid, void **ptr, void **result)
Task variables are deprecated.