mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-17 14:51:50 +08:00
Shorten the name of the BSP and Device Driver Development Guide
Old name: RTEMS BSP and Device Driver Development Guide This is long and causes problems in the PDF output. This patch changes the name to: RTEMS BSP and Driver Guide Closes #3141.
This commit is contained in:
parent
64564df810
commit
c6f8e512b9
@ -8,7 +8,7 @@ project = "RTEMS BSP and Device Driver Development Guide"
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index',
|
('index',
|
||||||
'bsp-howto.tex',
|
'bsp-howto.tex',
|
||||||
u'RTEMS BSP and Device Driver Development Guide',
|
u'RTEMS BSP and Driver Guide',
|
||||||
u'RTEMS Documentation Project',
|
u'RTEMS Documentation Project',
|
||||||
'manual'),
|
'manual'),
|
||||||
]
|
]
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
|
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
==========================================================
|
=======================================
|
||||||
RTEMS BSP and Device Driver Development Guide (|version|).
|
RTEMS BSP and Driver Guide (|version|).
|
||||||
==========================================================
|
=======================================
|
||||||
|
|
||||||
| **COPYRIGHT (c) 1988 - 2015.**
|
| **COPYRIGHT (c) 1988 - 2015.**
|
||||||
| **On-Line Applications Research Corporation (OAR).**
|
| **On-Line Applications Research Corporation (OAR).**
|
||||||
|
@ -186,13 +186,7 @@ Thread-local storage is not implemented.
|
|||||||
Board Support Packages
|
Board Support Packages
|
||||||
======================
|
======================
|
||||||
|
|
||||||
An RTEMS Board Support Package (BSP) must be designed to support a particular
|
There are no Lattice Micro32 specific notes on BSPs.
|
||||||
processor model and target board combination.
|
|
||||||
|
|
||||||
In each of the architecture specific chapters, this section will present a
|
|
||||||
discussion of architecture specific BSP issues. For more information on
|
|
||||||
developing a BSP, refer to BSP and Device Driver Development Guide and the
|
|
||||||
chapter titled Board Support Packages in the RTEMS Applications User's Guide.
|
|
||||||
|
|
||||||
System Reset
|
System Reset
|
||||||
------------
|
------------
|
||||||
|
@ -408,8 +408,8 @@ processor model and target board combination.
|
|||||||
|
|
||||||
In each of the architecture specific chapters, this section will present a
|
In each of the architecture specific chapters, this section will present a
|
||||||
discussion of architecture specific BSP issues. For more information on
|
discussion of architecture specific BSP issues. For more information on
|
||||||
developing a BSP, refer to BSP and Device Driver Development Guide and the
|
developing a BSP, refer to *RTEMS BSP and Driver Guide* chapter titled
|
||||||
chapter titled Board Support Packages in the RTEMS Applications User's Guide.
|
``Board Support Packages`` in the *RTEMS Classic API Guide*.
|
||||||
|
|
||||||
System Reset
|
System Reset
|
||||||
------------
|
------------
|
||||||
@ -418,5 +418,5 @@ An RTEMS based application is initiated or re-initiated when the processor is
|
|||||||
reset or transfer is passed to it from a boot monitor or ROM monitor.
|
reset or transfer is passed to it from a boot monitor or ROM monitor.
|
||||||
|
|
||||||
In each of the architecture specific chapters, this subsection describes the
|
In each of the architecture specific chapters, this subsection describes the
|
||||||
actions that the BSP must tak assuming the application gets control when the
|
actions that the BSP must take assuming the application gets control
|
||||||
microprocessor is reset.
|
when the microprocessor is reset.
|
||||||
|
@ -91,7 +91,7 @@ the RTEMS source tree. The top of the tree will be referenced as
|
|||||||
subdirectory. Each ".cfg" file in this directory is associated with a
|
subdirectory. Each ".cfg" file in this directory is associated with a
|
||||||
specific BSP and describes the CPU model, compiler flags, and procedure to
|
specific BSP and describes the CPU model, compiler flags, and procedure to
|
||||||
produce an executable for the target board. These files are described in
|
produce an executable for the target board. These files are described in
|
||||||
detail in the*RTEMS BSP and Device Driver Development Guide* and will not
|
detail in the *RTEMS BSP and Driver Guide* and will not
|
||||||
be discussed further in this document.
|
be discussed further in this document.
|
||||||
|
|
||||||
``${RTEMS_ROOT}/testsuites/``
|
``${RTEMS_ROOT}/testsuites/``
|
||||||
@ -159,7 +159,7 @@ the subdirectories in this directory and a description of each.
|
|||||||
specific source code for RTEMS. The ``libbsp/`` is organized based upon
|
specific source code for RTEMS. The ``libbsp/`` is organized based upon
|
||||||
the CPU family and boards BSPs. The contents of ``libbsp/`` are discussed
|
the CPU family and boards BSPs. The contents of ``libbsp/`` are discussed
|
||||||
briefly in `c/src/lib/libbsp BSP Directory`_ and presented in detail in
|
briefly in `c/src/lib/libbsp BSP Directory`_ and presented in detail in
|
||||||
the*RTEMS BSP and Device Driver Development Guide*. The ``libcpu/``
|
the *RTEMS BSP and Driver Guide*. The ``libcpu/``
|
||||||
directory is also organized by CPU family with further divisions based upon
|
directory is also organized by CPU family with further divisions based upon
|
||||||
CPU model and features that are shared across CPU models such as caching
|
CPU model and features that are shared across CPU models such as caching
|
||||||
and DMA.
|
and DMA.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user