source: rtems/doc/supplements/template/template.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.3 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename template
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 Template Applications Supplement
19@c
20
21@include version.texi
22@include common/setup.texi
23
24@ifset use-ascii
25@dircategory RTEMS Target Supplements
26@direntry
27* RTEMS Template Applications Supplement: (template).
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 RTEMS Template Applications Supplement
39
40@setchapternewpage odd
41@settitle RTEMS Template Applications Supplement
42@titlepage
43@finalout
44
45@title RTEMS Template Applications Supplement
46@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
47@sp 1
48@subtitle @value{UPDATED}
49@author On-Line Applications Research Corporation
50@page
51
52@include common/cpright.texi
53@end titlepage
54
55@c  This prevents a black box from being printed on "overflow" lines.
56@c  The alternative is to rework a sentence to avoid this problem.
57
58@include preface.texi
59@include cpumodel.texi
60@include callconv.texi
61@include memmodel.texi
62@include intr.texi
63@include fatalerr.texi
64@include bsp.texi
65@include cputable.texi
66@include wksheets.texi
67@include timing.texi
68@include timeBSP.texi
69@ifinfo
70@node Top, Preface, (dir), (dir)
71@top template
72
73This is the online version of the RTEMS Template
74Applications Supplement.
75
76@menu
77* Preface::
78* CPU Model Dependent Features::
79* Calling Conventions::
80* Memory Model::
81* Interrupt Processing::
82* Default Fatal Error Processing::
83* Board Support Packages::
84* Processor Dependent Information Table::
85* Memory Requirements::
86* Timing Specification::
87* MYBSP Timing Data::
88* Command and Variable Index::
89* Concept Index::
90@end menu
91
92@end ifinfo
93@c
94@c
95@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
96@c
97
98@node Command and Variable Index, Concept Index, MYBSP Timing Data Rate Monotonic Manager, Top
99@unnumbered Command and Variable Index
100
101There are currently no Command and Variable Index entries.
102
103@c @printindex fn
104
105@node Concept Index, , Command and Variable Index, Top
106@unnumbered Concept Index
107
108There are currently no Concept Index entries.
109@c @printindex cp
110
111@contents
112@bye
113
Note: See TracBrowser for help on using the repository browser.