summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/intro.t
blob: 8cbcdd63a142e2bcd2c37a4e337e569754108a5d (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
@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