[rtems commit] c-user: Update type deprecation
Sebastian Huber
sebh at rtems.org
Fri Nov 16 06:21:39 UTC 2018
Module: rtems
Branch: master
Commit: e49e4056c7d4b7fa35881cfc3522c6e038940e84
Changeset: http://git.rtems.org/rtems/commit/?id=e49e4056c7d4b7fa35881cfc3522c6e038940e84
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Nov 16 07:18:54 2018 +0100
c-user: Update type deprecation
Update #3584.
Update #3587.
Update #3589.
---
c-user/rtems_data_types.rst | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/c-user/rtems_data_types.rst b/c-user/rtems_data_types.rst
index 6e76367..756ea96 100644
--- a/c-user/rtems_data_types.rst
+++ b/c-user/rtems_data_types.rst
@@ -50,20 +50,17 @@ alphabetical order:
.. index:: rtems_boolean
``rtems_boolean``
- May only take on the values of ``TRUE`` and ``FALSE``. This type is
- deprecated. Use ``bool`` instead.
+ This type is deprecated will be removed in RTEMS 6.1. Use ``bool`` instead.
.. index:: rtems_context
``rtems_context``
- The CPU dependent data structure used to manage the integer and system
- register portion of each task's context.
+ This type is deprecated will be removed in RTEMS 6.1.
.. index:: rtems_context_fp
``rtems_context_fp``
- The CPU dependent data structure used to manage the floating point portion of
- each task's context.
+ This type is deprecated will be removed in RTEMS 6.1.
.. index:: rtems_device_driver
@@ -88,8 +85,7 @@ alphabetical order:
.. index:: rtems_double
``rtems_double``
- The RTEMS data type that corresponds to double precision floating point on
- the target hardware. This type is deprecated. Use ``double`` instead.
+ This type is deprecated will be removed in RTEMS 6.1. Use ``double`` instead.
.. index:: rtems_event_set
@@ -256,8 +252,7 @@ alphabetical order:
.. index:: rtems_single
``rtems_single``
- The RTEMS data type that corresponds to single precision floating point on
- the target hardware. This type is deprecated. Use ``float`` instead.
+ This type is deprecated will be removed in RTEMS 6.1. Use ``float`` instead.
.. index:: rtems_status_codes
More information about the vc
mailing list