[rtems-docs commit] c-user: Obsolete CONFIGURE_MAXIMUM_DEVICES

Sebastian Huber sebh at rtems.org
Fri Mar 13 12:29:15 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    1ce24d319af340f037260ae6acca901e759a620d
Changeset: http://git.rtems.org/rtems-docs/commit/?id=1ce24d319af340f037260ae6acca901e759a620d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Mar 13 13:27:30 2020 +0100

c-user: Obsolete CONFIGURE_MAXIMUM_DEVICES

Close #3898.

---

 c-user/config/filesystem.rst | 30 ------------------------------
 c-user/config/obsolete.rst   | 10 ++++++++++
 2 files changed, 10 insertions(+), 30 deletions(-)

diff --git a/c-user/config/filesystem.rst b/c-user/config/filesystem.rst
index 063a8c3..43b0db0 100644
--- a/c-user/config/filesystem.rst
+++ b/c-user/config/filesystem.rst
@@ -446,36 +446,6 @@ DESCRIPTION:
     - when the block size is 512 bytes, the maximum file size is 1,082,195,456
       bytes.
 
-.. index:: CONFIGURE_MAXIMUM_DEVICES
-
-.. _CONFIGURE_MAXIMUM_DEVICES:
-
-CONFIGURE_MAXIMUM_DEVICES
--------------------------
-
-CONSTANT:
-    ``CONFIGURE_MAXIMUM_DEVICES``
-
-DATA TYPE:
-    Unsigned integer (``uint32_t``).
-
-RANGE:
-    Positive.
-
-DEFAULT VALUE:
-    If ``BSP_MAXIMUM_DEVICES`` is defined, then the default value is
-    ``BSP_MAXIMUM_DEVICES``, otherwise the default value is 4.
-
-DESCRIPTION:
-    ``CONFIGURE_MAXIMUM_DEVICES`` is defined to the number of individual
-    devices that may be registered in the device file system (devFS).
-
-NOTES:
-    This option is specific to the device file system (devFS) and should not be
-    confused with the ``CONFIGURE_MAXIMUM_DRIVERS`` option.  This parameter
-    only impacts the devFS and thus is only used by ``<rtems/confdefs.h>`` when
-    ``CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM`` is specified.
-
 .. index:: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
 
 .. _CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM:
diff --git a/c-user/config/obsolete.rst b/c-user/config/obsolete.rst
index df7d7d1..77cc148 100644
--- a/c-user/config/obsolete.rst
+++ b/c-user/config/obsolete.rst
@@ -109,6 +109,16 @@ CONFIGURE_MAXIMUM_ADA_TASKS
 This configuration option was present in all RTEMS versions since 1997 and is
 obsolete since RTEMS 5.1.  See also :ref:`ConfigAda`.
 
+.. index:: CONFIGURE_MAXIMUM_DEVICES
+
+.. _CONFIGURE_MAXIMUM_DEVICES:
+
+CONFIGURE_MAXIMUM_DEVICES
+-------------------------
+
+This configuration option was present in all RTEMS versions since at least 1995
+and is obsolete since RTEMS 5.1.
+
 .. index:: CONFIGURE_MAXIMUM_FAKE_ADA_TASKS
 
 CONFIGURE_MAXIMUM_FAKE_ADA_TASKS



More information about the vc mailing list