user/overview.t: Add missing chapters to overview

This commit is contained in:
Joel Sherrill
2013-02-25 17:34:04 -06:00
parent 4eaf781826
commit a26834d25a

View File

@@ -409,107 +409,140 @@ The following provides an overview of the remainder
of this manual: of this manual:
@table @asis @table @asis
@item Chapter 2 @item Chapter 2:
Key Concepts: presents an Key Concepts: presents an introduction to the ideas which are common
introduction to the ideas which are common across multiple RTEMS across multiple RTEMS managers.
managers.
@item Chapter 3: @item Chapter 3:
RTEMS Data Types: describes the fundamental data types shared RTEMS Data Types: describes the fundamental data types shared
by the services in the RTEMS Classic API. by the services in the RTEMS Classic API.
@item Chapter 4: @item Chapter 4:
Scheduling Concepts: details the various RTEMS scheduling algorithms
and task state transitions.
@item Chapter 5:
Initialization Manager: describes the functionality and directives Initialization Manager: describes the functionality and directives
provided by the Initialization Manager. provided by the Initialization Manager.
@item Chapter 5: @item Chapter 6:
Task Manager: describes the functionality and directives provided Task Manager: describes the functionality and directives provided
by the Task Manager. by the Task Manager.
@item Chapter 6: @item Chapter 7:
Interrupt Manager: describes the functionality and directives Interrupt Manager: describes the functionality and directives
provided by the Interrupt Manager. provided by the Interrupt Manager.
@item Chapter 7: @item Chapter 8:
Clock Manager: describes the functionality and directives Clock Manager: describes the functionality and directives
provided by the Clock Manager. provided by the Clock Manager.
@item Chapter 8: @item Chapter 9:
Timer Manager: describes the functionality and directives provided Timer Manager: describes the functionality and directives provided
by the Timer Manager. by the Timer Manager.
@item Chapter 9: @item Chapter 10:
Rate Monotonic Manager: describes the functionality and directives
provided by the Rate Monotonic Manager.
@item Chapter 11:
Semaphore Manager: describes the functionality and directives Semaphore Manager: describes the functionality and directives
provided by the Semaphore Manager. provided by the Semaphore Manager.
@item Chapter 10: @item Chapter 12:
Barrier Manager: describes the functionality and directives
provided by the Barrier Manager.
@item Chapter 13:
Message Manager: describes the functionality and directives Message Manager: describes the functionality and directives
provided by the Message Manager. provided by the Message Manager.
@item Chapter 11: @item Chapter 14:
Event Manager: describes the Event Manager: describes the
functionality and directives provided by the Event Manager. functionality and directives provided by the Event Manager.
@item Chapter 12: @item Chapter 15:
Signal Manager: describes the Signal Manager: describes the
functionality and directives provided by the Signal Manager. functionality and directives provided by the Signal Manager.
@item Chapter 13: @item Chapter 16:
Partition Manager: describes the Partition Manager: describes the
functionality and directives provided by the Partition Manager. functionality and directives provided by the Partition Manager.
@item Chapter 14: @item Chapter 17:
Region Manager: describes the Region Manager: describes the
functionality and directives provided by the Region Manager. functionality and directives provided by the Region Manager.
@item Chapter 15: @item Chapter 18:
Dual-Ported Memory Manager: describes Dual-Ported Memory Manager: describes
the functionality and directives provided by the Dual-Ported the functionality and directives provided by the Dual-Ported
Memory Manager. Memory Manager.
@item Chapter 16: @item Chapter 19:
I/O Manager: describes the I/O Manager: describes the
functionality and directives provided by the I/O Manager. functionality and directives provided by the I/O Manager.
@item Chapter 17: @item Chapter 20:
Fatal Error Manager: describes the functionality and directives Fatal Error Manager: describes the functionality and directives
provided by the Fatal Error Manager. provided by the Fatal Error Manager.
@item Chapter 18: @item Chapter 21:
Scheduling Concepts: details the RTEMS scheduling algorithm and
task state transitions.
@item Chapter 19:
Rate Monotonic Manager: describes the functionality and directives
provided by the Rate Monotonic Manager.
@item Chapter 20:
Board Support Packages: defines the Board Support Packages: defines the
functionality required of user-supplied board support packages. functionality required of user-supplied board support packages.
@item Chapter 21: @item Chapter 22:
User Extensions: shows the user how to User Extensions: shows the user how to
extend RTEMS to incorporate custom features. extend RTEMS to incorporate custom features.
@item Chapter 22: @item Chapter 23:
Configuring a System: details the process by which one tailors RTEMS Configuring a System: details the process by which one tailors RTEMS
for a particular single-processor or multiprocessor application. for a particular single-processor or multiprocessor application.
@item Chapter 23: @item Chapter 24:
Multiprocessing Manager: presents a Multiprocessing Manager: presents a
conceptual overview of the multiprocessing capabilities provided conceptual overview of the multiprocessing capabilities provided
by RTEMS as well as describing the Multiprocessing by RTEMS as well as describing the Multiprocessing
Communications Interface Layer and Multiprocessing Manager Communications Interface Layer and Multiprocessing Manager
directives. directives.
@item Chapter 24: @item Chapter 25:
Stack Bounds Checker: presents the capabilities of the RTEMS
task stack checker which can report stack usage as well as detect
bounds violations.
@item Chapter 26:
CPU Usage Statistics: presents the capabilities of the CPU Usage
statistics gathered on a per task basis along with the mechanisms
for reporting and resetting the statistics.
@item Chapter 27:
Object Services: presents a collection of helper services useful
when manipulating RTEMS objects. These include methods to assist
in obtaining an object's name in printable form. Additional services
are provided to decompose an object Id and determine which API
and object class it belongs to.
@item Chapter 28:
Chains: presents the methods provided to build, iterate and
manipulate doubly-linked chains. This manager makes the
chain implementation used internally by RTEMS to user space
applications.
@item Chapter 29:
Timespec Helpers: presents a set of helper services useful
when manipulating POSIX @code{struct timespec} instances.
@item Chapter 30:
Constant Bandwidth Server Scheduler API::
@item Chapter 31:
Directive Status Codes: provides a definition of each of the Directive Status Codes: provides a definition of each of the
directive status codes referenced in this manual. directive status codes referenced in this manual.
@item Chapter 25: @item Chapter 32:
Example Application: provides a template for simple RTEMS applications. Example Application: provides a template for simple RTEMS applications.
@item Chapter 26: @item Chapter 33:
Glossary: defines terms used throughout this manual. Glossary: defines terms used throughout this manual.
@end table @end table