source: rtems/doc/cpu_supplement/cpu_supplement.texi @ 967eceb

4.104.115
Last change on this file since 967eceb was 967eceb, checked in by Joel Sherrill <joel.sherrill@…>, on 04/19/09 at 15:49:20

2009-04-19 Joel Sherrill <joel.sherrill@…>

  • cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Add shell for Atmel AVR chapter.
  • cpu_supplement/avr.t: New file.
  • Property mode set to 100644
File size: 2.5 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename cpu_supplement.info
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-2009.
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 CPU Supplement
20@c
21
22@include version.texi
23@include common/setup.texi
24@include common/rtems.texi
25
26@ifset use-ascii
27@dircategory RTEMS Target Supplement
28@direntry
29* RTEMS CPU Architecture Supplement: (cpu_supplement).
30@end direntry
31@end ifset
32
33@c
34@c  Title Page Stuff
35@c
36
37@c
38@c  I don't really like having a short title page.  --joel
39@c
40@c @shorttitlepage RTEMS CPU Architecture Supplement
41
42@setchapternewpage odd
43@settitle RTEMS CPU Architecture Supplement
44@titlepage
45@finalout
46
47@title RTEMS CPU Architecture Supplement
48@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
49@sp 1
50@subtitle @value{UPDATED}
51@author On-Line Applications Research Corporation
52@page
53@include common/cpright.texi
54@end titlepage
55
56@c  This prevents a black box from being printed on "overflow" lines.
57@c  The alternative is to rework a sentence to avoid this problem.
58
59@contents
60
61@include preface.texi
62@include general.texi
63@include arm.texi
64@include avr.texi
65@include bfin.texi
66@include i386.texi
67@include lm32.texi
68@include m68k.texi
69@include mips.texi
70@include powerpc.texi
71@include sh.texi
72@include sparc.texi
73@include tic4x.texi
74@ifinfo
75@node Top, Preface, (dir), (dir)
76@top cpu_supplement
77
78This is the online version of the RTEMS CPU Architecture Supplement.
79
80@menu
81* Preface::
82* Port Specific Information::
83* ARM Specific Information::
84* Atmel AVR Specific Information::
85* Blackfin Specific Information::
86* Intel/AMD x86 Specific Information::
87* Lattice Mico32 Specific Information::
88* M68xxx and Coldfire Specific Information::
89* MIPS Specific Information::
90* PowerPC Specific Information::
91* SuperH Specific Information::
92* SPARC Specific Information::
93* Texas Instruments C3x/C4x Specific Information::
94* Command and Variable Index::
95* Concept Index::
96@end menu
97
98@end ifinfo
99@c
100@c
101@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
102@c
103
104@node Command and Variable Index, Concept Index, , Top
105@unnumbered Command and Variable Index
106
107There are currently no Command and Variable Index entries.
108
109@c @printindex fn
110
111@node Concept Index, , Command and Variable Index, Top
112@unnumbered Concept Index
113
114There are currently no Concept Index entries.
115@c @printindex cp
116
117@bye
118
Note: See TracBrowser for help on using the repository browser.