source: rtems/doc/bsp_howto/bsp_howto.texi @ 06fee20

4.104.114.84.95
Last change on this file since 06fee20 was acee84c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/98 at 16:25:08

Renamed the target dependent code chapter.

  • Property mode set to 100644
File size: 2.6 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename bsp_howto
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1998.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file for the Getting Started (C) Guide
20@c
21
22@include ../common/setup.texi
23
24@ignore
25@ifinfo
26@format
27START-INFO-DIR-ENTRY
28* BSP and Device Driver Development Guide (bsp_howto):
29END-INFO-DIR-ENTRY
30@end format
31@end ifinfo
32@end ignore
33
34@c
35@c  Title Page Stuff
36@c
37
38@set edition @value{RTEMS-EDITION}
39@set version @value{RTEMS-VERSION}
40@set update-date @value{RTEMS-UPDATE-DATE}
41@set update-month @value{RTEMS-UPDATE-MONTH}
42
43@c
44@c  I don't really like having a short title page.  --joel
45@c
46@c @shorttitlepage BSP and Device Driver Development Guide
47
48@setchapternewpage odd
49@settitle BSP and Device Driver Development Guide
50@titlepage
51@finalout
52
53@title BSP and Device Driver Development Guide
54@subtitle Edition @value{edition}, for @value{version}
55@sp 1
56@subtitle @value{update-month}
57@author On-Line Applications Research Corporation
58@page
59@include ../common/cpright.texi
60@end titlepage
61
62@c  This prevents a black box from being printed on "overflow" lines.
63@c  The alternative is to rework a sentence to avoid this problem.
64
65@include intro.texi
66@include target.texi
67@include makefiles.texi
68@include linkcmds.texi
69@include support.texi
70@include init.texi
71@include console.texi
72@include clock.texi
73@include timer.texi
74@include rtc.texi
75@include nvmem.texi
76@include network.texi
77@include shmsupp.texi
78@include analog.texi
79@include discrete.texi
80
81@ifinfo
82@node Top, Introduction, (dir), (dir)
83@top bsp_howto
84
85This is the online version of the Getting Started with RTEMS for C/C++ Users.
86
87@menu
88* Introduction::
89* Target Dependent Files::
90* Makefiles::
91* Linker Script::
92* Required Support Routines::
93* Initialization Code::
94* Console Driver::
95* Clock Driver::
96* Timer Driver::
97* Real-Time Clock Driver::
98* Networking Driver::
99* Non-Volatile Memory Driver::
100* Shared Memory Support Driver::
101* Analog Driver::
102* Discrete Driver::
103@end menu
104
105@c * Command and Variable Index::
106@c * Concept Index::
107@end ifinfo
108@c
109@c
110@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
111@c
112
113@c @node Command and Variable Index, Concept Index, Installing EGCS AND NEWLIB, Top
114@c @unnumbered Command and Variable Index
115
116@c There are currently no Command and Variable Index entries.
117
118@c @printindex fn
119
120@c @node Concept Index, , Command and Variable Index, Top
121@c @unnumbered Concept Index
122
123@c There are currently no Concept Index entries.
124@c @printindex cp
125
126@contents
127@bye
128
Note: See TracBrowser for help on using the repository browser.