From 1ce24d319af340f037260ae6acca901e759a620d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Mar 2020 13:27:30 +0100 Subject: 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(-) (limited to 'c-user/config') 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 ```` 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 -- cgit v1.2.3