source: rtems/doc/bsp_howto/intro.t @ f96e8ee

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

Added CVS Ids.

  • Property mode set to 100644
File size: 704 bytes
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
Note: See TracBrowser for help on using the repository browser.