mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 18:27:18 +08:00
parent
ccc58a5c66
commit
1ce24d319a
@ -446,36 +446,6 @@ DESCRIPTION:
|
|||||||
- when the block size is 512 bytes, the maximum file size is 1,082,195,456
|
- when the block size is 512 bytes, the maximum file size is 1,082,195,456
|
||||||
bytes.
|
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
|
.. index:: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
|
||||||
|
|
||||||
.. _CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM:
|
.. _CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM:
|
||||||
|
@ -109,6 +109,16 @@ CONFIGURE_MAXIMUM_ADA_TASKS
|
|||||||
This configuration option was present in all RTEMS versions since 1997 and is
|
This configuration option was present in all RTEMS versions since 1997 and is
|
||||||
obsolete since RTEMS 5.1. See also :ref:`ConfigAda`.
|
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
|
.. index:: CONFIGURE_MAXIMUM_FAKE_ADA_TASKS
|
||||||
|
|
||||||
CONFIGURE_MAXIMUM_FAKE_ADA_TASKS
|
CONFIGURE_MAXIMUM_FAKE_ADA_TASKS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user