summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-13 13:27:30 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-13 13:27:30 +0100
commit1ce24d319af340f037260ae6acca901e759a620d (patch)
treeb947637805cdd0d3ec4f4717c3fd16554eb23169 /c-user
parentc-user: Fix typos (diff)
downloadrtems-docs-1ce24d319af340f037260ae6acca901e759a620d.tar.bz2
c-user: Obsolete CONFIGURE_MAXIMUM_DEVICES
Close #3898.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/config/filesystem.rst30
-rw-r--r--c-user/config/obsolete.rst10
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