source: rtems/doc/bsp_howto/intro.t @ 99583c6

4.104.114.84.95
Last change on this file since 99583c6 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 1.3 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
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 Package Organization
20
21@item Makefiles and the Linker Command Script
22
23@item Board Initialization Sequence
24
25@item Device Drivers Including:
26
27@itemize @bullet
28
29@item Console Driver
30
31@item Clock Driver
32
33@item Timer Driver
34
35@item Real-Time Clock Driver
36
37@item Non-Volatile Memory Driver
38
39@item Networking Driver
40
41@item Shared Memory Support Driver
42
43@item Analog Driver
44
45@item Discrete Driver
46
47@end itemize
48
49@end itemize
50
51The original version of this manual was written by Geoffroy Montel
52<g_montel@@yahoo.com>.  When he started development of the gen68340
53BSP, this manual did not exist.  He wrote the initial version of
54this manual as the result of his experiences.  At that time, this
55document was viewed internally as the most important "missing manual"
56in the RTEMS documentation set.
57
Note: See TracBrowser for help on using the repository browser.