mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-06 05:12:11 +08:00
c-user: Update type deprecation
Update #3584. Update #3587. Update #3589.
This commit is contained in:
parent
1a704cdc7f
commit
e49e4056c7
@ -50,20 +50,17 @@ alphabetical order:
|
|||||||
.. index:: rtems_boolean
|
.. index:: rtems_boolean
|
||||||
|
|
||||||
``rtems_boolean``
|
``rtems_boolean``
|
||||||
May only take on the values of ``TRUE`` and ``FALSE``. This type is
|
This type is deprecated will be removed in RTEMS 6.1. Use ``bool`` instead.
|
||||||
deprecated. Use ``bool`` instead.
|
|
||||||
|
|
||||||
.. index:: rtems_context
|
.. index:: rtems_context
|
||||||
|
|
||||||
``rtems_context``
|
``rtems_context``
|
||||||
The CPU dependent data structure used to manage the integer and system
|
This type is deprecated will be removed in RTEMS 6.1.
|
||||||
register portion of each task's context.
|
|
||||||
|
|
||||||
.. index:: rtems_context_fp
|
.. index:: rtems_context_fp
|
||||||
|
|
||||||
``rtems_context_fp``
|
``rtems_context_fp``
|
||||||
The CPU dependent data structure used to manage the floating point portion of
|
This type is deprecated will be removed in RTEMS 6.1.
|
||||||
each task's context.
|
|
||||||
|
|
||||||
.. index:: rtems_device_driver
|
.. index:: rtems_device_driver
|
||||||
|
|
||||||
@ -88,8 +85,7 @@ alphabetical order:
|
|||||||
.. index:: rtems_double
|
.. index:: rtems_double
|
||||||
|
|
||||||
``rtems_double``
|
``rtems_double``
|
||||||
The RTEMS data type that corresponds to double precision floating point on
|
This type is deprecated will be removed in RTEMS 6.1. Use ``double`` instead.
|
||||||
the target hardware. This type is deprecated. Use ``double`` instead.
|
|
||||||
|
|
||||||
.. index:: rtems_event_set
|
.. index:: rtems_event_set
|
||||||
|
|
||||||
@ -256,8 +252,7 @@ alphabetical order:
|
|||||||
.. index:: rtems_single
|
.. index:: rtems_single
|
||||||
|
|
||||||
``rtems_single``
|
``rtems_single``
|
||||||
The RTEMS data type that corresponds to single precision floating point on
|
This type is deprecated will be removed in RTEMS 6.1. Use ``float`` instead.
|
||||||
the target hardware. This type is deprecated. Use ``float`` instead.
|
|
||||||
|
|
||||||
.. index:: rtems_status_codes
|
.. index:: rtems_status_codes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user