Changeset d61f5502 in rtems for doc


Ignore:
Timestamp:
04/10/14 09:50:38 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
3a4d28a
Parents:
7a597e97
git-author:
Sebastian Huber <sebastian.huber@…> (04/10/14 09:50:38)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/10/14 09:52:22)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/conf.t

    r7a597e97 rd61f5502  
    26132613
    26142614@c
     2615@c === CONFIGURE_MAXIMUM_DEVICES ===
     2616@c
     2617@subsection Specifying Maximum Devices
     2618
     2619@findex CONFIGURE_MAXIMUM_DEVICES
     2620
     2621@table @b
     2622@item CONSTANT:
     2623@code{CONFIGURE_MAXIMUM_DEVICES}
     2624
     2625@item DATA TYPE:
     2626Unsigned integer (@code{uint32_t}).
     2627
     2628@item RANGE:
     2629Positive.
     2630
     2631@item DEFAULT VALUE:
     2632If @code{BSP_MAXIMUM_DEVICES} is defined, then the
     2633default value is @code{BSP_MAXIMUM_DEVICES}, otherwise the default value is 4.
     2634
     2635@end table
     2636
     2637@subheading DESCRIPTION:
     2638@code{CONFIGURE_MAXIMUM_DEVICES} is defined to the number of
     2639individual devices that may be registered in the device file system (devFS).
     2640
     2641@subheading NOTES:
     2642This option is specific to the device file system (devFS) and should not be
     2643confused with the @code{CONFIGURE_MAXIMUM_DRIVERS} option.  This parameter only
     2644impacts the devFS and thus is only used by @code{<rtems/confdefs.h>} when
     2645@code{CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM} is specified.
     2646
     2647@c
    26152648@c === CONFIGURE_APPLICATION_DISABLE_FILESYSTEM ===
    26162649@c
     
    38723905
    38733906@c
    3874 @c === CONFIGURE_MAXIMUM_DEVICES ===
    3875 @c
    3876 @subsection Specifying Maximum Devices
    3877 
    3878 @findex CONFIGURE_MAXIMUM_DEVICES
    3879 
    3880 @table @b
    3881 @item CONSTANT:
    3882 @code{CONFIGURE_MAXIMUM_DEVICES}
    3883 
    3884 @item DATA TYPE:
    3885 Unsigned integer (@code{uint32_t}).
    3886 
    3887 @item RANGE:
    3888 Positive.
    3889 
    3890 @item DEFAULT VALUE:
    3891 If @code{BSP_MAXIMUM_DEVICES} is defined, then the
    3892 default value is @code{BSP_MAXIMUM_DEVICES}, otherwise the default value is 4.
    3893 
    3894 @end table
    3895 
    3896 @subheading DESCRIPTION:
    3897 @code{CONFIGURE_MAXIMUM_DEVICES} is defined to the number of
    3898 individual devices that may be registered in the device file system (devFS).
    3899 
    3900 @subheading NOTES:
    3901 This option is specific to the device file system (devFS) and should not be
    3902 confused with the @code{CONFIGURE_MAXIMUM_DRIVERS} option.  This parameter only
    3903 impacts the devFS and thus is only used by @code{<rtems/confdefs.h>} when
    3904 @code{CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM} is specified.
    3905 
    3906 @c
    39073907@c === CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER ===
    39083908@c
Note: See TracChangeset for help on using the changeset viewer.