summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/target.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-20 20:34:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-20 20:34:12 +0000
commit71f575e51001b5426d5035c80f45e2cd653b5443 (patch)
treed7c6a3d8768e2aa57b922ddda9ec97ff875cf995 /doc/bsp_howto/target.t
parentLinks between chapters up to Linker Script in place. (diff)
downloadrtems-71f575e51001b5426d5035c80f45e2cd653b5443.tar.bz2
Added much text to the linkcmds chapter.
Cleaned up sections in the target dependent info file.
Diffstat (limited to 'doc/bsp_howto/target.t')
-rw-r--r--doc/bsp_howto/target.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bsp_howto/target.t b/doc/bsp_howto/target.t
index 0445ded29f..d7787a078e 100644
--- a/doc/bsp_howto/target.t
+++ b/doc/bsp_howto/target.t
@@ -21,7 +21,7 @@ into one of the following categories.
@item Peripheral dependent
@end itemize
-@subheading CPU Dependent
+@section CPU Dependent
This class of code includes the foundation
routines for the executive proper such as as the context switch and
@@ -36,7 +36,7 @@ dependent on a particular CPU model. For example, the MC68000 and MC68020
processors are both members of the m68k CPU family but there are significant
differents between these CPU models which RTEMS must take into account.
-@subheading Board Dependent
+@section Board Dependent
This class of code provides the most specific glue between RTEMS and
a particular board. This code is represented by the Board Support Packages
@@ -48,7 +48,7 @@ single base base. For example, the Motorola MVME162 board family has a
a fairly large number of variations based upon the particular CPU model
and the peripherals actually placed on the board.
-@subheading Peripheral Dependent
+@section Peripheral Dependent
This class of code provides a reusable library of peripheral device
drivers which can be tailored easily to a particular board. This