source: rtems/doc/supplements/sh/preface.texi @ 8f30e3e

4.104.114.84.95
Last change on this file since 8f30e3e was 8f30e3e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/25/98 at 16:25:12

First Cut at Hitachi SH.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@ifinfo
10@node Preface, CPU Model Dependent Features, Top, Top
11@end ifinfo
12@unnumbered Preface
13
14The Real Time Executive for Multiprocessor Systems (RTEMS)
15is designed to be portable across multiple processor
16architectures.  However, the nature of real-time systems makes
17it essential that the application designer understand certain
18processor dependent implementation details.  These processor
19dependencies include calling convention, board support package
20issues, interrupt processing, exact RTEMS memory requirements,
21performance data, header files, and the assembly language
22interface to the executive.
23
24This document discusses the VENDOR XXX
25architecture dependencies in this port of RTEMS.  The XXX
26family has a wide variety of CPU models within it.  The part
27numbers ...
28
29XXX fill in some things here
30
31It is highly recommended that the XXX
32RTEMS application developer obtain and become familiar with the
33documentation for the processor being used as well as the
34documentation for the family as a whole.
35
36@subheading Architecture Documents
37
38For information on the XXX architecture,
39refer to the following documents available from VENDOR
40(@file{http//www.XXX.com/}):
41
42@itemize @bullet
43@item @cite{XXX Family Reference, VENDOR, PART NUMBER}.
44@end itemize
45
46@subheading MODEL SPECIFIC DOCUMENTS
47
48For information on specific processor models and
49their associated coprocessors, refer to the following documents:
50
51@itemize  @bullet
52@item @cite{XXX MODEL Manual, VENDOR, PART NUMBER}.
53@item @cite{XXX MODEL Manual, VENDOR, PART NUMBER}.
54@end itemize
55
Note: See TracBrowser for help on using the repository browser.