summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/intro.t
blob: 3c1bc0508283fe772dfe1a8591c11e12cc9c9dc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@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