From 71f575e51001b5426d5035c80f45e2cd653b5443 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 20 Oct 1998 20:34:12 +0000 Subject: Added much text to the linkcmds chapter. Cleaned up sections in the target dependent info file. --- doc/bsp_howto/target.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/bsp_howto/target.t') 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 -- cgit v1.2.3