source: rtems/doc/cpu_supplement/cpu_supplement.texi @ 15068f4c

5
Last change on this file since 15068f4c was 15068f4c, checked in by Joel Sherrill <joel@…>, on 01/20/16 at 01:38:35

Remove AVR port

closes #2443.

  • 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) 1989-2013.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14
15@c
16@c   Master file for the CPU Supplement
17@c
18
19@include version.texi
20@include common/setup.texi
21@include common/rtems.texi
22
23@ifset use-ascii
24@dircategory RTEMS Target Supplement
25@direntry
26* RTEMS CPU Architecture Supplement: (cpu_supplement).
27@end direntry
28@end ifset
29
30@c
31@c  Title Page Stuff
32@c
33
34@c
35@c  I don't really like having a short title page.  --joel
36@c
37@c @shorttitlepage RTEMS CPU Architecture Supplement
38
39@setchapternewpage odd
40@settitle RTEMS CPU Architecture Supplement
41@titlepage
42@finalout
43
44@title RTEMS CPU Architecture Supplement
45@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
46@sp 1
47@subtitle @value{UPDATED}
48@author On-Line Applications Research Corporation
49@page
50@include common/cpright.texi
51@end titlepage
52
53@c  This prevents a black box from being printed on "overflow" lines.
54@c  The alternative is to rework a sentence to avoid this problem.
55
56@contents
57
58@ifnottex
59@node Top, Preface, (dir), (dir)
60@top RTEMS CPU Architecture Supplement
61
62@menu
63* Preface::
64* Port Specific Information::
65* ARM Specific Information::
66* Blackfin Specific Information::
67* Epiphany Specific Information::
68* Intel/AMD x86 Specific Information::
69* Lattice Mico32 Specific Information::
70* Renesas M32C Specific Information::
71* M68xxx and Coldfire Specific Information::
72* Xilinx MicroBlaze Specific Information::
73* MIPS Specific Information::
74* OpenRISC 1000 Specific Information::
75* Altera Nios II Specific Information::
76* PowerPC Specific Information::
77* SuperH Specific Information::
78* SPARC Specific Information::
79* SPARC-64 Specific Information::
80* Command and Variable Index::
81* Concept Index::
82@end menu
83@end ifnottex
84
85@include preface.texi
86@include general.texi
87@include arm.texi
88@include bfin.texi
89@include epiphany.texi
90@include i386.texi
91@include lm32.texi
92@include m32c.texi
93@include m68k.texi
94@include microblaze.texi
95@include mips.texi
96@include nios2.texi
97@include or1k.texi
98@include powerpc.texi
99@include sh.texi
100@include sparc.texi
101@include sparc64.texi
102
103@node Command and Variable Index, Concept Index, , Top
104@unnumbered Command and Variable Index
105
106There are currently no Command and Variable Index entries.
107
108@c @printindex fn
109
110@node Concept Index, , Command and Variable Index, Top
111@unnumbered Concept Index
112
113There are currently no Concept Index entries.
114@c @printindex cp
115
116@bye
117
Note: See TracBrowser for help on using the repository browser.