source: rtems/doc/bsp_howto/intro.t @ 61b1b37c

4.104.114.84.95
Last change on this file since 61b1b37c was 61b1b37c, checked in by Joel Sherrill <joel.sherrill@…>, on 08/28/98 at 13:31:40

Added author credit.

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[f96e8ee]1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
[07b3693f]9@chapter = Introduction
10
11Before reading this documentation, it is strongly advised to read the
12RTEMS Development Environment Guide to get acquainted with the RTEMS
13directory structure.  This document describes how to do a RTEMS Board
14Support Package, i.e. how to port RTEMS on a new target board. Discussions
15are provided for the following topics:
16
17@itemize @bullet
18
19@item RTEMS Board Support Packages organization,
20
21@item Makefiles and the linker command script,
22
23@item Board initialization code,
24
25@item Clock driver,
26
27@item Console driver,
28
29@item Timer driver.
30
31@end itemize
32
[61b1b37c]33The original version of this manual was written by Geoffroy Montel
34<g_montel@yahoo.com>.  When he started development of the gen68340
35BSP, this manual did not exist.  He wrote this manual as the result
36of his experiences.  At that time, this document was viewed internally
37as the most important "missing manual" in the RTEMS documentation set.
Note: See TracBrowser for help on using the repository browser.