source: rtems/doc/bsp_howto/bsp_howto.texi @ d09ad1f0

4.104.114.84.95
Last change on this file since d09ad1f0 was e90e428, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 14:25:49

Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius
<corsepiu@…> which:

  • should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue
  • adds --enable-papersize=[letter|a4|]
  • Property mode set to 100644
File size: 2.5 KB
Line 
1\input 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 %**end of header
8
9@c
10@c  COPYRIGHT (c) 1988-1999.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
14@c  $Id$
15@c
16
17@c
18@c   Master file for the Getting Started (C) Guide
19@c
20
21@include version.texi
22@include common/setup.texi
23
24@ifset use-ascii
25@dircategory RTEMS On-Line Manual
26@direntry
27* RTEMS BSP-Howto: (bsp_howto).        BSP and Device Driver Development Guide.
28@end direntry
29@end ifset
30
31@c
32@c  Title Page Stuff
33@c
34
35@c
36@c  I don't really like having a short title page.  --joel
37@c
38@c @shorttitlepage BSP and Device Driver Development Guide
39
40@setchapternewpage odd
41@settitle BSP and Device Driver Development Guide
42@titlepage
43@finalout
44
45@title BSP and Device Driver Development Guide
46@subtitle Edition @value{EDITION}, for @value{VERSION}
47@sp 1
48@subtitle @value{UPDATED}
49@author On-Line Applications Research Corporation
50@page
51@include common/cpright.texi
52@end titlepage
53
54@c  This prevents a black box from being printed on "overflow" lines.
55@c  The alternative is to rework a sentence to avoid this problem.
56
57@include intro.texi
58@include target.texi
59@include makefiles.texi
60@include linkcmds.texi
61@include support.texi
62@include adaintr.texi
63@include init.texi
64@include console.texi
65@include clock.texi
66@include timer.texi
67@include rtc.texi
68@include nvmem.texi
69@include network.texi
70@include shmsupp.texi
71@include analog.texi
72@include discrete.texi
73
74@ifinfo
75@node Top, Introduction, (dir), (dir)
76@top bsp_howto
77
78This is the online version of the RTEMS BSP and Device Driver Development Guide.
79
80@menu
81* Introduction::
82* Target Dependent Files::
83* Makefiles::
84* Linker Script::
85* Miscellaneous Support Files::
86* Ada95 Interrupt Support::
87* Initialization Code::
88* Console Driver::
89* Clock Driver::
90* Timer Driver::
91* Real-Time Clock Driver::
92* Networking Driver::
93* Non-Volatile Memory Driver::
94* Shared Memory Support Driver::
95* Analog Driver::
96* Discrete Driver::
97* Command and Variable Index::
98* Concept Index::
99@end menu
100
101@end ifinfo
102@c
103@c
104@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
105@c
106
107@node Command and Variable Index, Concept Index, , Top
108@unnumbered Command and Variable Index
109
110There are currently no Command and Variable Index entries.
111
112@c @printindex fn
113
114@node Concept Index, , Command and Variable Index, Top
115@unnumbered Concept Index
116
117There are currently no Concept Index entries.
118@c @printindex cp
119
120@contents
121@bye
122
Note: See TracBrowser for help on using the repository browser.