summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/intro.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-28 13:25:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-28 13:25:22 +0000
commit0918cc421d7d52ee3e317396dcd781cefe4ff204 (patch)
treeaf08360e819bd250f129567c6236465181fb9999 /doc/bsp_howto/intro.t
parentBase files (diff)
downloadrtems-0918cc421d7d52ee3e317396dcd781cefe4ff204.tar.bz2
Renamed intro to preface.
Diffstat (limited to 'doc/bsp_howto/intro.t')
-rw-r--r--doc/bsp_howto/intro.t24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/bsp_howto/intro.t b/doc/bsp_howto/intro.t
deleted file mode 100644
index 8cbcdd63a1..0000000000
--- a/doc/bsp_howto/intro.t
+++ /dev/null
@@ -1,24 +0,0 @@
-@chapter = Introduction
-
-Before reading this documentation, it is strongly advised to read the
-RTEMS Development Environment Guide to get acquainted with the RTEMS
-directory structure. This document describes how to do a RTEMS Board
-Support Package, i.e. how to port RTEMS on a new target board. Discussions
-are provided for the following topics:
-
-@itemize @bullet
-
-@item RTEMS Board Support Packages organization,
-
-@item Makefiles and the linker command script,
-
-@item Board initialization code,
-
-@item Clock driver,
-
-@item Console driver,
-
-@item Timer driver.
-
-@end itemize
-