mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-17 15:13:59 +08:00
Fix warnings.
This commit is contained in:
parent
14d532bb65
commit
11d2a74dae
@ -245,7 +245,7 @@ as ``${RTEMS_ROOT}`` in this discussion.
|
|||||||
This directory is the root of the portions of the RTEMS source
|
This directory is the root of the portions of the RTEMS source
|
||||||
tree which must be built tailored for a particular CPU model
|
tree which must be built tailored for a particular CPU model
|
||||||
or BSP. The contents of this directory will be discussed
|
or BSP. The contents of this directory will be discussed
|
||||||
in the :ref:`Directory Structure c/ Directory <Directory-Structure-c_002f-Directory>` section.
|
in the `c/ Directory`_ section.
|
||||||
|
|
||||||
``${RTEMS_ROOT}/contrib/``
|
``${RTEMS_ROOT}/contrib/``
|
||||||
This directory contains contributed support software. Currently
|
This directory contains contributed support software. Currently
|
||||||
@ -272,7 +272,7 @@ as ``${RTEMS_ROOT}`` in this discussion.
|
|||||||
neither CPU model nor BSP specific. The source code
|
neither CPU model nor BSP specific. The source code
|
||||||
for most RTEMS services reside under this directory.
|
for most RTEMS services reside under this directory.
|
||||||
The contents of this directory will be discussed
|
The contents of this directory will be discussed
|
||||||
in the :ref:`Directory Structure CPU Kit Directory <Directory-Structure-CPU-Kit-Directory>` section.
|
in the `CPU Kit Directory`_ section.
|
||||||
|
|
||||||
``${RTEMS_ROOT}/doc/``
|
``${RTEMS_ROOT}/doc/``
|
||||||
This directory is the root for all RTEMS documentation.
|
This directory is the root for all RTEMS documentation.
|
||||||
@ -281,7 +281,7 @@ as ``${RTEMS_ROOT}`` in this discussion.
|
|||||||
The RTEMS documentation is configured, built,
|
The RTEMS documentation is configured, built,
|
||||||
and installed separately from the RTEMS executive and tests.
|
and installed separately from the RTEMS executive and tests.
|
||||||
The contents of this directory will be discussed
|
The contents of this directory will be discussed
|
||||||
in the :ref:`Directory Structure Documentation Directory <Directory-Structure-Documentation-Directory>` section.
|
in the `Documentation Directory`_ section.
|
||||||
|
|
||||||
``${RTEMS_ROOT}/make/``
|
``${RTEMS_ROOT}/make/``
|
||||||
This directory contains files which support the
|
This directory contains files which support the
|
||||||
@ -297,7 +297,7 @@ as ``${RTEMS_ROOT}`` in this discussion.
|
|||||||
``${RTEMS_ROOT}/testsuites/``
|
``${RTEMS_ROOT}/testsuites/``
|
||||||
This directory contains the test suites for the
|
This directory contains the test suites for the
|
||||||
various RTEMS APIs and support libraries. The
|
various RTEMS APIs and support libraries. The
|
||||||
contents of this directory are discussed in the:ref:`Directory Structure testsuites/ Test Suites <Directory-Structure-testsuites_002f-Test-Suites>` section.
|
contents of this directory are discussed in the `testsuites/ Test Suites`_ section.
|
||||||
|
|
||||||
``${RTEMS_ROOT}/tools/``
|
``${RTEMS_ROOT}/tools/``
|
||||||
This directory contains RTEMS specific support utilities which
|
This directory contains RTEMS specific support utilities which
|
||||||
@ -306,14 +306,12 @@ as ``${RTEMS_ROOT}`` in this discussion.
|
|||||||
of building RTEMS and applications, are CPU specific, or are
|
of building RTEMS and applications, are CPU specific, or are
|
||||||
used to assist in updating the RTEMS source tree and applications.
|
used to assist in updating the RTEMS source tree and applications.
|
||||||
The support utilities used in the process of building RTEMS are
|
The support utilities used in the process of building RTEMS are
|
||||||
described in :ref:`RTEMS Specific Utilities <RTEMS-Specific-Utilities>`. These are the
|
described in `RTEMS Specific Utilities`_. These are the
|
||||||
only components of this subtree that will be discussed in this
|
only components of this subtree that will be discussed in this
|
||||||
document.
|
document.
|
||||||
|
|
||||||
.. COMMENT: c/ Directions
|
.. COMMENT: c/ Directions
|
||||||
|
|
||||||
.. _Directory-Structure-c_002f-Directory:
|
|
||||||
|
|
||||||
c/ Directory
|
c/ Directory
|
||||||
============
|
============
|
||||||
|
|
||||||
@ -329,12 +327,10 @@ following subdirectories:
|
|||||||
which are CPU model or board dependent. Thus this directory
|
which are CPU model or board dependent. Thus this directory
|
||||||
is the root for the BSPs and the Ada Test Suites as well
|
is the root for the BSPs and the Ada Test Suites as well
|
||||||
as CPU model and BSP dependent libraries. The contents of
|
as CPU model and BSP dependent libraries. The contents of
|
||||||
this directory are discussed in the:ref:`Directory Structure c/src/ Directory <Directory-Structure-c_002fsrc_002f-Directory>` section.
|
this directory are discussed in the `c/src/ Directory`_ section.
|
||||||
|
|
||||||
.. COMMENT: c/src/ Directory
|
.. COMMENT: c/src/ Directory
|
||||||
|
|
||||||
.. _Directory-Structure-c_002fsrc_002f-Directory:
|
|
||||||
|
|
||||||
c/src/ Directory
|
c/src/ Directory
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
@ -372,7 +368,7 @@ directory and a description of each.
|
|||||||
specific source code for RTEMS.
|
specific source code for RTEMS.
|
||||||
The ``libbsp/`` is organized based upon the CPU
|
The ``libbsp/`` is organized based upon the CPU
|
||||||
family and boards BSPs. The contents of ``libbsp/``
|
family and boards BSPs. The contents of ``libbsp/``
|
||||||
are discussed briefly in:ref:`Directory Structure c/src/lib/libbsp BSP Directory <Directory-Structure-c_002fsrc_002flib_002flibbsp-BSP-Directory>`
|
are discussed briefly in `c/src/lib/libbsp BSP Directory`_
|
||||||
and presented in detail in the*RTEMS BSP and Device Driver Development Guide*.
|
and presented in detail in the*RTEMS BSP and Device Driver Development Guide*.
|
||||||
The ``libcpu/`` directory is also organized by
|
The ``libcpu/`` directory is also organized by
|
||||||
CPU family with further divisions based upon CPU
|
CPU family with further divisions based upon CPU
|
||||||
@ -422,8 +418,6 @@ directory and a description of each.
|
|||||||
|
|
||||||
.. COMMENT: c/src/lib/libbsp BSP Directory
|
.. COMMENT: c/src/lib/libbsp BSP Directory
|
||||||
|
|
||||||
.. _Directory-Structure-c_002fsrc_002flib_002flibbsp-BSP-Directory:
|
|
||||||
|
|
||||||
c/src/lib/libbsp BSP Directory
|
c/src/lib/libbsp BSP Directory
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -466,8 +460,6 @@ figure:
|
|||||||
|
|
||||||
.. COMMENT: CPU Kit Directory
|
.. COMMENT: CPU Kit Directory
|
||||||
|
|
||||||
.. _Directory-Structure-CPU-Kit-Directory:
|
|
||||||
|
|
||||||
CPU Kit Directory
|
CPU Kit Directory
|
||||||
=================
|
=================
|
||||||
|
|
||||||
@ -641,8 +633,6 @@ under ``cpukit/``:
|
|||||||
|
|
||||||
.. COMMENT: testsuites/ Test Suites
|
.. COMMENT: testsuites/ Test Suites
|
||||||
|
|
||||||
.. _Directory-Structure-testsuites_002f-Test-Suites:
|
|
||||||
|
|
||||||
testsuites/ Test Suites
|
testsuites/ Test Suites
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
@ -674,7 +664,7 @@ they may be located:
|
|||||||
This directory provides sample application tests
|
This directory provides sample application tests
|
||||||
which aid in the testing a newly built RTEMS environment, a new
|
which aid in the testing a newly built RTEMS environment, a new
|
||||||
BSP, or as starting points for the development of an application
|
BSP, or as starting points for the development of an application
|
||||||
using the RTEMS executive. They are discussed in:ref:`Sample Applications <Sample-Applications>`.
|
using the RTEMS executive. They are discussed in `Sample Applications`_.
|
||||||
|
|
||||||
``${RTEMS_ROOT}/testsuites/sptests/``
|
``${RTEMS_ROOT}/testsuites/sptests/``
|
||||||
This directory contains the test suite for the RTEMS
|
This directory contains the test suite for the RTEMS
|
||||||
@ -715,8 +705,6 @@ they may be located:
|
|||||||
|
|
||||||
.. COMMENT: Documentation Directory
|
.. COMMENT: Documentation Directory
|
||||||
|
|
||||||
.. _Directory-Structure-Documentation-Directory:
|
|
||||||
|
|
||||||
Documentation Directory
|
Documentation Directory
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
@ -810,7 +798,6 @@ and PostScript.
|
|||||||
|
|
||||||
.. COMMENT: All rights reserved.
|
.. COMMENT: All rights reserved.
|
||||||
|
|
||||||
.. _Sample-Applications:
|
|
||||||
|
|
||||||
Sample Applications
|
Sample Applications
|
||||||
###################
|
###################
|
||||||
@ -843,11 +830,11 @@ more detail in subsequent sections:
|
|||||||
|
|
||||||
*Base Single Processor*
|
*Base Single Processor*
|
||||||
A simple single processor test similar to those in the
|
A simple single processor test similar to those in the
|
||||||
single processor test suite is provided in``${RTEMS_ROOT}/testsuites/samples/base_sp/``.
|
single processor test suite is provided in ``${RTEMS_ROOT}/testsuites/samples/base_sp/``.
|
||||||
|
|
||||||
*Base Multiple Processor*
|
*Base Multiple Processor*
|
||||||
A simple two node multiprocessor test capable of testing an newly
|
A simple two node multiprocessor test capable of testing an newly
|
||||||
developed MPCI layer is provided in``${RTEMS_ROOT}/testsuites/samples/base_mp/``.
|
developed MPCI layer is provided in ``${RTEMS_ROOT}/testsuites/samples/base_mp/``.
|
||||||
|
|
||||||
*Capture*
|
*Capture*
|
||||||
The RTEMS Capture test is provided in
|
The RTEMS Capture test is provided in
|
||||||
@ -1224,8 +1211,6 @@ of the TCP/IP stack as well as simple socket usage.
|
|||||||
|
|
||||||
.. COMMENT: All rights reserved.
|
.. COMMENT: All rights reserved.
|
||||||
|
|
||||||
.. _RTEMS-Specific-Utilities:
|
|
||||||
|
|
||||||
RTEMS Specific Utilities
|
RTEMS Specific Utilities
|
||||||
########################
|
########################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user