Changeset 11040cf in rtems-docs


Ignore:
Timestamp:
09/17/18 09:58:03 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
cec2f2c
Parents:
7c58036
git-author:
Sebastian Huber <sebastian.huber@…> (09/17/18 09:58:03)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/17/18 09:59:25)
Message:

c-user: Remove CONFIGURE_HAS_OWN_MOUNT_TABLE

Close #3488.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c-user/configuring_a_system.rst

    r7c58036 r11040cf  
    21132113This section defines File System related configuration parameters.
    21142114
    2115 .. index:: CONFIGURE_HAS_OWN_MOUNT_TABLE
    2116 
    2117 .. _CONFIGURE_HAS_OWN_MOUNT_TABLE:
    2118 
    2119 CONFIGURE_HAS_OWN_MOUNT_TABLE
    2120 -----------------------------
    2121 
    2122 CONSTANT:
    2123     ``CONFIGURE_HAS_OWN_MOUNT_TABLE``
    2124 
    2125 DATA TYPE:
    2126     Undefined or an array of type ``rtems_filesystem_mount_table_t``.
    2127 
    2128 RANGE:
    2129     Undefined or an array of type ``rtems_filesystem_mount_table_t``.
    2130 
    2131 DEFAULT VALUE:
    2132     This is not defined by default.
    2133 
    2134 DESCRIPTION:
    2135     This configuration parameter is defined when the application provides their
    2136     own filesystem mount table.  The mount table is an array of
    2137     ``rtems_filesystem_mount_table_t`` entries pointed to by the global
    2138     variable ``rtems_filesystem_mount_table``.  The number of entries in this
    2139     table is in an integer variable named ``rtems_filesystem_mount_table_t``.
    2140 
    2141 .. COMMENT: XXX - is the variable name for the count right?
    2142 
    2143 NOTES:
    2144     None.
    2145 
    2146 .. COMMENT: XXX - Please provide an example
    2147 
    21482115.. index:: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
    21492116
     
    48924859RTEMS 4.10.0.
    48934860
     4861.. index:: CONFIGURE_HAS_OWN_MOUNT_TABLE
     4862
     4863CONFIGURE_HAS_OWN_MOUNT_TABLE
     4864-----------------------------
     4865
     4866This configuration option is obsolete since RTEMS 5.1.
     4867
    48944868.. index:: CONFIGURE_NUMBER_OF_TERMIOS_PORTS
    48954869
Note: See TracChangeset for help on using the changeset viewer.