summaryrefslogtreecommitdiffstats
path: root/cpu-supplement
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-10-12 18:50:59 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-12 18:53:35 -0500
commitc6f8e512b916147faae59687d13611291ef0f426 (patch)
tree93f55c9b0dc116f5d121e54067420b16d6f83509 /cpu-supplement
parentc-user: CONFIGURE_MAXIMUM_POSIX_SEMAPHORES (diff)
downloadrtems-docs-c6f8e512b916147faae59687d13611291ef0f426.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--cpu-supplement/lattice_micro32.rst8
-rw-r--r--cpu-supplement/port.rst8
2 files changed, 5 insertions, 11 deletions
diff --git a/cpu-supplement/lattice_micro32.rst b/cpu-supplement/lattice_micro32.rst
index 07be31c..ba3ab9d 100644
--- a/cpu-supplement/lattice_micro32.rst
+++ b/cpu-supplement/lattice_micro32.rst
@@ -186,13 +186,7 @@ Thread-local storage is not implemented.
Board Support Packages
======================
-An RTEMS Board Support Package (BSP) must be designed to support a particular
-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.
+There are no Lattice Micro32 specific notes on BSPs.
System Reset
------------
diff --git a/cpu-supplement/port.rst b/cpu-supplement/port.rst
index 68c1471..dec91a7 100644
--- a/cpu-supplement/port.rst
+++ b/cpu-supplement/port.rst
@@ -408,8 +408,8 @@ 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.
+developing a BSP, refer to *RTEMS BSP and Driver Guide* chapter titled
+``Board Support Packages`` in the *RTEMS Classic API Guide*.
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.
In each of the architecture specific chapters, this subsection describes the
-actions that the BSP must tak assuming the application gets control when the
-microprocessor is reset.
+actions that the BSP must take assuming the application gets control
+when the microprocessor is reset.