summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/preface.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bsp_howto/preface.t')
-rw-r--r--doc/bsp_howto/preface.t24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bsp_howto/preface.t b/doc/bsp_howto/preface.t
new file mode 100644
index 0000000000..8cbcdd63a1
--- /dev/null
+++ b/doc/bsp_howto/preface.t
@@ -0,0 +1,24 @@
+@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
+