mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-20 20:12:26 +08:00
fixed typos
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
<BODY>
|
||||
The following supplement manuals do not currently exist:
|
||||
<MENU>
|
||||
<LI>RTEMS AMD 29K C Applications Supplement</LI>
|
||||
<LI>RTEMS MIPS C Applications Supplement</LI>
|
||||
<LI>RTEMS PowerPC C Applications Supplement</LI>
|
||||
<LI>RTEMS UNIX Port C Applications Supplement</LI>
|
||||
<LI>RTEMS AMD 29K Applications Supplement</LI>
|
||||
<LI>RTEMS MIPS Applications Supplement</LI>
|
||||
<LI>RTEMS PowerPC Applications Supplement</LI>
|
||||
<LI>RTEMS UNIX Port Applications Supplement</LI>
|
||||
</MENU>
|
||||
If you have knowledge of the processors used in the above ports and
|
||||
want to contribute to RTEMS, please contact
|
||||
|
||||
@@ -25,8 +25,7 @@
|
||||
@end ifinfo
|
||||
@section Introduction
|
||||
|
||||
RTEMS is shipped with the following sample
|
||||
applications:
|
||||
RTEMS is shipped with the following sample applications:
|
||||
|
||||
@itemize @bullet
|
||||
@item Hello World - C and Ada
|
||||
@@ -50,8 +49,8 @@ can be used to test locally developed board support packages and
|
||||
device drivers.
|
||||
|
||||
The reader should be familiar with the terms used and
|
||||
material presented in the RTEMS C Applications User's Guide or
|
||||
the RTEMS Ada Applications User's Guide.
|
||||
material presented in the RTEMS Applications User's Guide or
|
||||
the RTEMS @value{RTEMS-LANGUAGE} Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
@node Sample Applications Hello World, Sample Applications Clock Tick, Sample Applications Introduction, Sample Applications
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
basedir=$1
|
||||
shift
|
||||
manuals="develenv hppa1_1 i386 i960 m68k relnotes sparc c_user ka9q"
|
||||
manuals="develenv hppa1_1 i386 i960 m68k relnotes sparc user ka9q"
|
||||
# posix_test_plan manual left out in 4.1.0
|
||||
|
||||
for action in $*
|
||||
|
||||
@@ -204,15 +204,15 @@ the following documents:
|
||||
@itemize @bullet
|
||||
@item C Applications User's Guide
|
||||
|
||||
@item Intel i386 C Applications Supplement
|
||||
@item Intel i386 Applications Supplement
|
||||
|
||||
@item Intel i960CA C Applications Supplement
|
||||
@item Intel i960CA Applications Supplement
|
||||
|
||||
@item Motorola MC68xxx C Applications Supplement
|
||||
@item Motorola MC68xxx Applications Supplement
|
||||
|
||||
@item Hewlett Packard PA-RISC 1.1 C Applications Supplement
|
||||
@item Hewlett Packard PA-RISC 1.1 Applications Supplement
|
||||
|
||||
@item SPARC C Applications Supplement
|
||||
@item SPARC Applications Supplement
|
||||
|
||||
@item Development Environment Guide
|
||||
|
||||
|
||||
@@ -15,15 +15,15 @@
|
||||
<LI>CPU Supplements
|
||||
|
||||
<MENU>
|
||||
<LI><A HREF="HELP.html">RTEMS AMD 29K C Applications Supplement</A>
|
||||
<LI><A HREF="c_i386/Top.html">RTEMS Intel i386 C Applications Supplement</A>
|
||||
<LI><A HREF="c_i960/Top.html">RTEMS Intel i960 C Applications Supplement</A>
|
||||
<LI><A HREF="HELP.html">RTEMS MIPS C Applications Supplement</A>
|
||||
<LI><A HREF="c_m68k/Top.html">RTEMS Motorola MC68xxx C Applications Supplement</A>
|
||||
<LI><A HREF="HELP.html">RTEMS PowerPC C Applications Supplement</A>
|
||||
<LI><A HREF="c_sparc/Top.html">RTEMS SPARC C Applications Supplement</A>
|
||||
<LI><A HREF="c_hppa1_1/Top.html">RTEMS Hewlett Packard PA-RISC C Applications Supplement</A>
|
||||
<LI><A HREF="HELP.html">RTEMS UNIX Port C Applications Supplement</A>
|
||||
<LI><A HREF="HELP.html">RTEMS AMD 29K Applications Supplement</A>
|
||||
<LI><A HREF="c_i386/Top.html">RTEMS Intel i386 Applications Supplement</A>
|
||||
<LI><A HREF="c_i960/Top.html">RTEMS Intel i960 Applications Supplement</A>
|
||||
<LI><A HREF="HELP.html">RTEMS MIPS Applications Supplement</A>
|
||||
<LI><A HREF="c_m68k/Top.html">RTEMS Motorola MC68xxx Applications Supplement</A>
|
||||
<LI><A HREF="HELP.html">RTEMS PowerPC Applications Supplement</A>
|
||||
<LI><A HREF="c_sparc/Top.html">RTEMS SPARC Applications Supplement</A>
|
||||
<LI><A HREF="c_hppa1_1/Top.html">RTEMS Hewlett Packard PA-RISC Applications Supplement</A>
|
||||
<LI><A HREF="HELP.html">RTEMS UNIX Port Applications Supplement</A>
|
||||
</MENU>
|
||||
</MENU>
|
||||
<HR>
|
||||
|
||||
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of PA-RISC specific BSP
|
||||
issues. For more information on developing a BSP, refer to the
|
||||
chapter titled Board Support Packages in the RTEMS C
|
||||
chapter titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
@@ -63,7 +63,7 @@ cache, then it should be be done during the reset application
|
||||
initialization code.
|
||||
|
||||
Finally, the requirements in the Board Support
|
||||
Packages chapter of the C Applications User's Manual for the
|
||||
Packages chapter of the Applications User's Manual for the
|
||||
reset code which is executed before the call to initialize
|
||||
executive must be satisfied.
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of PA-RISC specific BSP
|
||||
issues. For more information on developing a BSP, refer to the
|
||||
chapter titled Board Support Packages in the RTEMS C
|
||||
chapter titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
@@ -63,7 +63,7 @@ cache, then it should be be done during the reset application
|
||||
initialization code.
|
||||
|
||||
Finally, the requirements in the Board Support
|
||||
Packages chapter of the C Applications User's Manual for the
|
||||
Packages chapter of the Applications User's Manual for the
|
||||
reset code which is executed before the call to initialize
|
||||
executive must be satisfied.
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
@c
|
||||
|
||||
@c
|
||||
@c Master file for the Hewlett Packard PA-RISC C Applications Supplement
|
||||
@c Master file for the Hewlett Packard PA-RISC Applications Supplement
|
||||
@c
|
||||
|
||||
@include ../common/setup.texi
|
||||
@@ -23,7 +23,7 @@
|
||||
@ifinfo
|
||||
@format
|
||||
START-INFO-DIR-ENTRY
|
||||
* RTEMS Hewlett Packard PA-RISC C Applications Supplement (hppa1_1):
|
||||
* RTEMS Hewlett Packard PA-RISC Applications Supplement (hppa1_1):
|
||||
END-INFO-DIR-ENTRY
|
||||
@end format
|
||||
@end ifinfo
|
||||
@@ -40,14 +40,14 @@ END-INFO-DIR-ENTRY
|
||||
@c
|
||||
@c I don't really like having a short title page. --joel
|
||||
@c
|
||||
@c @shorttitlepage RTEMS Hewlett Packard PA-RISC C Applications Supplement
|
||||
@c @shorttitlepage RTEMS Hewlett Packard PA-RISC Applications Supplement
|
||||
|
||||
@setchapternewpage odd
|
||||
@settitle RTEMS Hewlett Packard PA-RISC C Applications Supplement
|
||||
@settitle RTEMS Hewlett Packard PA-RISC Applications Supplement
|
||||
@titlepage
|
||||
@finalout
|
||||
|
||||
@title RTEMS Hewlett Packard PA-RISC C Supplement
|
||||
@title RTEMS Hewlett Packard PA-RISC Applications Supplement
|
||||
@subtitle Edition @value{edition}, for RTEMS 4.1.0
|
||||
@sp 1
|
||||
@subtitle @value{update-month}
|
||||
@@ -74,7 +74,7 @@ END-INFO-DIR-ENTRY
|
||||
@node Top, Preface, (dir), (dir)
|
||||
@top c_hppa1_1
|
||||
|
||||
This is the online version of the RTEMS Hewlett Packard PA-RISC C
|
||||
This is the online version of the RTEMS Hewlett Packard PA-RISC
|
||||
Applications Supplement.
|
||||
|
||||
@menu
|
||||
|
||||
@@ -25,8 +25,8 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of i386 specific BSP issues.
|
||||
For more information on developing a BSP, refer to the chapter
|
||||
titled Board Support Packages in the RTEMS C Applications User's
|
||||
Guide.
|
||||
titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
@node Board Support Packages System Reset, Board Support Packages Processor Initialization, Board Support Packages Introduction, Board Support Packages
|
||||
|
||||
@@ -25,8 +25,8 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of i386 specific BSP issues.
|
||||
For more information on developing a BSP, refer to the chapter
|
||||
titled Board Support Packages in the RTEMS C Applications User's
|
||||
Guide.
|
||||
titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
@node Board Support Packages System Reset, Board Support Packages Processor Initialization, Board Support Packages Introduction, Board Support Packages
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@c
|
||||
@c Master file for the Intel i386 C Applications Supplement
|
||||
@c Master file for the Intel i386 Applications Supplement
|
||||
@c
|
||||
|
||||
@include ../common/setup.texi
|
||||
@@ -29,7 +29,7 @@
|
||||
@ifinfo
|
||||
@format
|
||||
START-INFO-DIR-ENTRY
|
||||
* RTEMS Intel i386 C Applications Supplement (i386):
|
||||
* RTEMS Intel i386 Applications Supplement (i386):
|
||||
END-INFO-DIR-ENTRY
|
||||
@end format
|
||||
@end ifinfo
|
||||
@@ -46,14 +46,14 @@ END-INFO-DIR-ENTRY
|
||||
@c
|
||||
@c I don't really like having a short title page. --joel
|
||||
@c
|
||||
@c @shorttitlepage RTEMS Intel i386 C Applications Supplement
|
||||
@c @shorttitlepage RTEMS Intel i386 Applications Supplement
|
||||
|
||||
@setchapternewpage odd
|
||||
@settitle RTEMS Intel i386 C Applications Supplement
|
||||
@settitle RTEMS Intel i386 Applications Supplement
|
||||
@titlepage
|
||||
@finalout
|
||||
|
||||
@title RTEMS Intel i386 C Supplement
|
||||
@title RTEMS Intel i386 Applications Supplement
|
||||
@subtitle Edition @value{edition}, for RTEMS 4.1.0
|
||||
@sp 1
|
||||
@subtitle @value{update-month}
|
||||
@@ -80,7 +80,7 @@ END-INFO-DIR-ENTRY
|
||||
@node Top, Preface, (dir), (dir)
|
||||
@top c_i386
|
||||
|
||||
This is the online version of the RTEMS Intel i386 C
|
||||
This is the online version of the RTEMS Intel i386
|
||||
Applications Supplement.
|
||||
|
||||
@menu
|
||||
|
||||
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of i960CA specific BSP
|
||||
issues. For more information on developing a BSP, refer to the
|
||||
chapter titled Board Support Packages in the RTEMS C
|
||||
chapter titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
|
||||
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of i960CA specific BSP
|
||||
issues. For more information on developing a BSP, refer to the
|
||||
chapter titled Board Support Packages in the RTEMS C
|
||||
chapter titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
@c
|
||||
|
||||
@c
|
||||
@c Master file for the Intel i960 C Applications Supplement
|
||||
@c Master file for the Intel i960 Applications Supplement
|
||||
@c
|
||||
|
||||
@include ../common/setup.texi
|
||||
@@ -23,7 +23,7 @@
|
||||
@ifinfo
|
||||
@format
|
||||
START-INFO-DIR-ENTRY
|
||||
* RTEMS Intel i960 C Applications Supplement (i960):
|
||||
* RTEMS Intel i960 Applications Supplement (i960):
|
||||
END-INFO-DIR-ENTRY
|
||||
@end format
|
||||
@end ifinfo
|
||||
@@ -40,14 +40,14 @@ END-INFO-DIR-ENTRY
|
||||
@c
|
||||
@c I don't really like having a short title page. --joel
|
||||
@c
|
||||
@c @shorttitlepage RTEMS Intel i960 C Applications Supplement
|
||||
@c @shorttitlepage RTEMS Intel i960 Applications Supplement
|
||||
|
||||
@setchapternewpage odd
|
||||
@settitle RTEMS Intel i960 C Applications Supplement
|
||||
@settitle RTEMS Intel i960 Applications Supplement
|
||||
@titlepage
|
||||
@finalout
|
||||
|
||||
@title RTEMS Intel i960 C Supplement
|
||||
@title RTEMS Intel i960 Applications Supplement
|
||||
@subtitle Edition @value{edition}, for RTEMS 4.1.0
|
||||
@sp 1
|
||||
@subtitle @value{update-month}
|
||||
@@ -74,7 +74,7 @@ END-INFO-DIR-ENTRY
|
||||
@node Top, Preface, (dir), (dir)
|
||||
@top c_i960
|
||||
|
||||
This is the online version of the RTEMS Intel i960 C
|
||||
This is the online version of the RTEMS Intel i960
|
||||
Applications Supplement.
|
||||
|
||||
@menu
|
||||
|
||||
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of MC68020 specific BSP
|
||||
issues. For more information on developing a BSP, refer to the
|
||||
chapter titled Board Support Packages in the RTEMS C
|
||||
chapter titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
@@ -82,7 +82,7 @@ caching is to be utilized, then it should be enabled during the
|
||||
reset application initialization code.
|
||||
|
||||
In addition to the requirements described in the
|
||||
Board Support Packages chapter of the C Applications User's
|
||||
Board Support Packages chapter of the Applications User's
|
||||
Manual for the reset code which is executed before the call to
|
||||
initialize executive, the MC68020 version has the following
|
||||
specific requirements:
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
@c
|
||||
|
||||
@c
|
||||
@c Master file for the Motorola MC68xxx C Applications Supplement
|
||||
@c Master file for the Motorola MC68xxx Applications Supplement
|
||||
@c
|
||||
|
||||
@include ../common/setup.texi
|
||||
@@ -23,7 +23,7 @@
|
||||
@ifinfo
|
||||
@format
|
||||
START-INFO-DIR-ENTRY
|
||||
* RTEMS Motorola MC68xxx C Applications Supplement (m68k):
|
||||
* RTEMS Motorola MC68xxx Applications Supplement (m68k):
|
||||
END-INFO-DIR-ENTRY
|
||||
@end format
|
||||
@end ifinfo
|
||||
@@ -40,14 +40,14 @@ END-INFO-DIR-ENTRY
|
||||
@c
|
||||
@c I don't really like having a short title page. --joel
|
||||
@c
|
||||
@c @shorttitlepage RTEMS Motorola MC68xxx C Applications Supplement
|
||||
@c @shorttitlepage RTEMS Motorola MC68xxx Applications Supplement
|
||||
|
||||
@setchapternewpage odd
|
||||
@settitle RTEMS Motorola MC68xxx C Applications Supplement
|
||||
@settitle RTEMS Motorola MC68xxx Applications Supplement
|
||||
@titlepage
|
||||
@finalout
|
||||
|
||||
@title RTEMS Motorola MC68xxx C Supplement
|
||||
@title RTEMS Motorola MC68xxx Applications Supplement
|
||||
@subtitle Edition @value{edition}, for RTEMS 4.1.0
|
||||
@sp 1
|
||||
@subtitle @value{update-month}
|
||||
@@ -75,7 +75,7 @@ END-INFO-DIR-ENTRY
|
||||
@node Top, Preface, (dir), (dir)
|
||||
@top c_m68k
|
||||
|
||||
This is the online version of the RTEMS Motorola MC68xxx C
|
||||
This is the online version of the RTEMS Motorola MC68xxx
|
||||
Applications Supplement.
|
||||
|
||||
@menu
|
||||
|
||||
@@ -25,8 +25,8 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of SPARC specific BSP issues.
|
||||
For more information on developing a BSP, refer to the chapter
|
||||
titled Board Support Packages in the RTEMS C Applications User's
|
||||
Guide.
|
||||
titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
@node Board Support Packages System Reset, Board Support Packages Processor Initialization, Board Support Packages Introduction, Board Support Packages
|
||||
@@ -77,8 +77,9 @@ and this is to be utilized, then it should be enabled during the
|
||||
reset application initialization code.
|
||||
|
||||
In addition to the requirements described in the
|
||||
Board Support Packages chapter of the C Applications User's
|
||||
Manual for the reset code which is executed before the call to
|
||||
Board Support Packages chapter of the @value{RTEMS-LANGUAGE}
|
||||
Applications User's Manual for the reset code
|
||||
which is executed before the call to
|
||||
rtems_initialize executive, the SPARC version has the following
|
||||
specific requirements:
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@ An RTEMS Board Support Package (BSP) must be designed
|
||||
to support a particular processor and target board combination.
|
||||
This chapter presents a discussion of SPARC specific BSP issues.
|
||||
For more information on developing a BSP, refer to the chapter
|
||||
titled Board Support Packages in the RTEMS C Applications User's
|
||||
Guide.
|
||||
titled Board Support Packages in the RTEMS
|
||||
Applications User's Guide.
|
||||
|
||||
@ifinfo
|
||||
@node Board Support Packages System Reset, Board Support Packages Processor Initialization, Board Support Packages Introduction, Board Support Packages
|
||||
@@ -77,8 +77,9 @@ and this is to be utilized, then it should be enabled during the
|
||||
reset application initialization code.
|
||||
|
||||
In addition to the requirements described in the
|
||||
Board Support Packages chapter of the C Applications User's
|
||||
Manual for the reset code which is executed before the call to
|
||||
Board Support Packages chapter of the @value{RTEMS-LANGUAGE}
|
||||
Applications User's Manual for the reset code
|
||||
which is executed before the call to
|
||||
rtems_initialize executive, the SPARC version has the following
|
||||
specific requirements:
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
@c
|
||||
|
||||
@c
|
||||
@c Master file for the SPARC C Applications Supplement
|
||||
@c Master file for the SPARC Applications Supplement
|
||||
@c
|
||||
|
||||
@include ../common/setup.texi
|
||||
@@ -23,7 +23,7 @@
|
||||
@ifinfo
|
||||
@format
|
||||
START-INFO-DIR-ENTRY
|
||||
* RTEMS SPARC C Applications Supplement (sparc):
|
||||
* RTEMS SPARC Applications Supplement (sparc):
|
||||
END-INFO-DIR-ENTRY
|
||||
@end format
|
||||
@end ifinfo
|
||||
@@ -40,14 +40,14 @@ END-INFO-DIR-ENTRY
|
||||
@c
|
||||
@c I don't really like having a short title page. --joel
|
||||
@c
|
||||
@c @shorttitlepage RTEMS SPARC C Applications Supplement
|
||||
@c @shorttitlepage RTEMS SPARC Applications Supplement
|
||||
|
||||
@setchapternewpage odd
|
||||
@settitle RTEMS SPARC C Applications Supplement
|
||||
@settitle RTEMS SPARC Applications Supplement
|
||||
@titlepage
|
||||
@finalout
|
||||
|
||||
@title RTEMS SPARC C Supplement
|
||||
@title RTEMS SPARC Applications Supplement
|
||||
@subtitle Edition @value{edition}, for RTEMS 4.1.0
|
||||
@sp 1
|
||||
@subtitle @value{update-month}
|
||||
@@ -74,8 +74,7 @@ END-INFO-DIR-ENTRY
|
||||
@node Top, Preface, (dir), (dir)
|
||||
@top c_sparc
|
||||
|
||||
This is the online version of the RTEMS SPARC C
|
||||
Applications Supplement.
|
||||
This is the online version of the RTEMS SPARC Applications Supplement.
|
||||
|
||||
@menu
|
||||
* Preface::
|
||||
|
||||
@@ -347,7 +347,7 @@ describe processor dependent information required by RTEMS.
|
||||
This table is generally used to supply RTEMS with information
|
||||
only known by the Board Support Package. The contents of this
|
||||
table are discussed in the CPU Dependent Information Table
|
||||
chapter of the C Applications Supplement document for a specific
|
||||
chapter of the Applications Supplement document for a specific
|
||||
target processor.
|
||||
|
||||
@ifinfo
|
||||
@@ -916,7 +916,7 @@ This allows the application designer the flexibility to tailor
|
||||
RTEMS to most efficiently meet system requirements while still
|
||||
satisfying even the most stringent memory constraints. As
|
||||
result, the size of the RTEMS executive is application
|
||||
dependent. A Memory Requirements worksheet is provided in the C
|
||||
dependent. A Memory Requirements worksheet is provided in the
|
||||
Applications Supplement document for a specific target
|
||||
processor. This worksheet can be used to calculate the memory
|
||||
requirements of a custom RTEMS run-time environment. To insure
|
||||
@@ -943,7 +943,7 @@ be in RAM, its code space can be located in either ROM or RAM.
|
||||
In addition, the user must allocate RAM for the RTEMS RAM
|
||||
Workspace. The size of this area is application dependent and
|
||||
can be calculated using the formula provided in the Memory
|
||||
Requirements chapter of the C Applications Supplement document
|
||||
Requirements chapter of the Applications Supplement document
|
||||
for a specific target processor.
|
||||
|
||||
All RTEMS data variables and routine names used by
|
||||
@@ -973,7 +973,7 @@ the workspace area will result in the fatal_error_occurred
|
||||
directive being invoked with the INVALID_ADDRESS error code.
|
||||
|
||||
A worksheet is provided in the Memory Requirements
|
||||
chapter of the C Applications Supplement document for a specific
|
||||
chapter of the Applications Supplement document for a specific
|
||||
target processor to assist the user in calculating the minimum
|
||||
size of the RTEMS RAM Workspace for each application. The value
|
||||
calculated with this worksheet is the minimum value that should
|
||||
|
||||
@@ -68,7 +68,7 @@ all maskable interrupts, place the error code in a known
|
||||
processor dependent place (generally either on the stack or in a
|
||||
register), and halt the processor. The precise actions of the
|
||||
RTEMS fatal error are discussed in the Default Fatal Error
|
||||
Processing chapter of the C Applications Supplement document for
|
||||
Processing chapter of the Applications Supplement document for
|
||||
a specific target processor.
|
||||
|
||||
@ifinfo
|
||||
|
||||
@@ -142,7 +142,7 @@ dependent. RTEMS internally supports 256 interrupt levels which
|
||||
are mapped to the processor's interrupt levels. For specific
|
||||
information on the mapping between RTEMS and the target
|
||||
processor's interrupt levels, refer to the Interrupt Processing
|
||||
chapter of the C Applications Supplement document for a specific
|
||||
chapter of the Applications Supplement document for a specific
|
||||
target processor.
|
||||
|
||||
@ifinfo
|
||||
@@ -158,7 +158,7 @@ upon completion of the section. RTEMS has been optimized to
|
||||
insure that interrupts are disabled for a minimum length of
|
||||
time. The maximum length of time interrupts are disabled by
|
||||
RTEMS is processor dependent and is detailed in the Timing
|
||||
Specification chapter of the C Applications Supplement document
|
||||
Specification chapter of the Applications Supplement document
|
||||
for a specific target processor.
|
||||
|
||||
Non-maskable interrupts (NMI) cannot be disabled, and
|
||||
|
||||
@@ -56,7 +56,7 @@ following features:
|
||||
This manual describes the usage of RTEMS for
|
||||
applications written in the @value{RTEMS-LANGUAGE} programming language. Those
|
||||
implementation details that are processor dependent are provided
|
||||
in the C Applications Supplement documents. A supplement
|
||||
in the Applications Supplement documents. A supplement
|
||||
document which addresses specific architectural issues that
|
||||
affect RTEMS is provided for each processor type that is
|
||||
supported.
|
||||
@@ -374,7 +374,7 @@ RTEMS to most efficiently meet system requirements while still
|
||||
satisfying even the most stringent memory constraints. As a
|
||||
result, the size of the RTEMS executive is application
|
||||
dependent. A worksheet is provided in the Memory Requirements
|
||||
chapter of the C Applications Supplement document for a specific
|
||||
chapter of the Applications Supplement document for a specific
|
||||
target processor. The worksheet is used to calculate the memory
|
||||
requirements of a custom RTEMS run-time environment. The
|
||||
following managers may be optionally excluded:
|
||||
|
||||
Reference in New Issue
Block a user