From d61f550246c1cc42cd4270318cfaa78b83223f7d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Apr 2014 11:50:38 +0200 Subject: documentation: Move CONFIGURE_MAXIMUM_DEVICES Move CONFIGURE_MAXIMUM_DEVICES documentation to "File System Configuration Parameters". This define has nothing to do with the device driver table. --- doc/user/conf.t | 66 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/doc/user/conf.t b/doc/user/conf.t index a3f98242c4..6fbf211038 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -2611,6 +2611,39 @@ executable code size than the full IMFS and miniIMFS. The devFS is comparable in functionality to the pseudo-filesystem name space provided before RTEMS release 4.5.0. +@c +@c === CONFIGURE_MAXIMUM_DEVICES === +@c +@subsection Specifying Maximum Devices + +@findex CONFIGURE_MAXIMUM_DEVICES + +@table @b +@item CONSTANT: +@code{CONFIGURE_MAXIMUM_DEVICES} + +@item DATA TYPE: +Unsigned integer (@code{uint32_t}). + +@item RANGE: +Positive. + +@item DEFAULT VALUE: +If @code{BSP_MAXIMUM_DEVICES} is defined, then the +default value is @code{BSP_MAXIMUM_DEVICES}, otherwise the default value is 4. + +@end table + +@subheading DESCRIPTION: +@code{CONFIGURE_MAXIMUM_DEVICES} is defined to the number of +individual devices that may be registered in the device file system (devFS). + +@subheading NOTES: +This option is specific to the device file system (devFS) and should not be +confused with the @code{CONFIGURE_MAXIMUM_DRIVERS} option. This parameter only +impacts the devFS and thus is only used by @code{} when +@code{CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM} is specified. + @c @c === CONFIGURE_APPLICATION_DISABLE_FILESYSTEM === @c @@ -3870,39 +3903,6 @@ configured device drivers. Drivers configured using the @code{CONFIGURE_APPLICATIONS_NEEDS_XXX_DRIVER} configuration parameters are statically installed. -@c -@c === CONFIGURE_MAXIMUM_DEVICES === -@c -@subsection Specifying Maximum Devices - -@findex CONFIGURE_MAXIMUM_DEVICES - -@table @b -@item CONSTANT: -@code{CONFIGURE_MAXIMUM_DEVICES} - -@item DATA TYPE: -Unsigned integer (@code{uint32_t}). - -@item RANGE: -Positive. - -@item DEFAULT VALUE: -If @code{BSP_MAXIMUM_DEVICES} is defined, then the -default value is @code{BSP_MAXIMUM_DEVICES}, otherwise the default value is 4. - -@end table - -@subheading DESCRIPTION: -@code{CONFIGURE_MAXIMUM_DEVICES} is defined to the number of -individual devices that may be registered in the device file system (devFS). - -@subheading NOTES: -This option is specific to the device file system (devFS) and should not be -confused with the @code{CONFIGURE_MAXIMUM_DRIVERS} option. This parameter only -impacts the devFS and thus is only used by @code{} when -@code{CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM} is specified. - @c @c === CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER === @c -- cgit v1.2.3