summaryrefslogtreecommitdiffstats
path: root/doc/develenv/sample.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-18 16:16:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-18 16:16:12 +0000
commitaa4142936ed9a010b5982630f4116023e77b3b1d (patch)
tree0eef5694715b84f76f7ccb8c4a1dce6c744f8e70 /doc/develenv/sample.t
parent2003-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aa4142936ed9a010b5982630f4116023e77b3b1d.tar.bz2
2003-02-18 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, develenv.texi: Relect generating .texi from .t's. * direct.t, sample.t, utils.t: New files. * direct.texi, sample.texi, utils.texi: Removed. Now generated from corresponding .t files which are in the process of being updated. This commit is a anspshot of the update effort.
Diffstat (limited to '')
-rw-r--r--doc/develenv/sample.t (renamed from doc/develenv/sample.texi)37
1 files changed, 1 insertions, 36 deletions
diff --git a/doc/develenv/sample.texi b/doc/develenv/sample.t
index 8e3092d2d0..b656cc52c7 100644
--- a/doc/develenv/sample.texi
+++ b/doc/develenv/sample.t
@@ -6,25 +6,8 @@
@c $Id$
@c
-@ifinfo
-@node Sample Applications, Sample Applications Introduction, Test Suite Source Directory, Top
-@end ifinfo
@chapter Sample Applications
-@ifinfo
-@menu
-* Sample Applications Introduction::
-* Sample Applications Hello World::
-* Sample Applications Clock Tick::
-* Sample Applications Base Single Processor Application::
-* Sample Applications Base Multiple Processor Application::
-* Sample Applications Constructor/Destructor C++ Application::
-* Sample Applications Paranoia Floating Point Application::
-@end menu
-@end ifinfo
-
-@ifinfo
-@node Sample Applications Introduction, Sample Applications Hello World, Sample Applications, Sample Applications
-@end ifinfo
+
@section Introduction
RTEMS is shipped with the following sample applications:
@@ -53,9 +36,6 @@ device drivers.
The reader should be familiar with the terms used and
material presented in the RTEMS Applications User's Guide.
-@ifinfo
-@node Sample Applications Hello World, Sample Applications Clock Tick, Sample Applications Introduction, Sample Applications
-@end ifinfo
@section Hello World
This sample application is in the following directory:
@@ -84,9 +64,6 @@ single initialization task. If the above messages are not
printed correctly, then either the BSP start up code or the
console output routine is not operating properly.
-@ifinfo
-@node Sample Applications Clock Tick, Sample Applications Base Single Processor Application, Sample Applications Hello World, Sample Applications
-@end ifinfo
@section Clock Tick
This sample application is in the following directory:
@@ -134,9 +111,6 @@ task, TA3, every fifteen seconds. If the time printed does not
match the above output, then the clock device driver is not
operating properly.
-@ifinfo
-@node Sample Applications Base Single Processor Application, Sample Applications Base Multiple Processor Application, Sample Applications Clock Tick, Sample Applications
-@end ifinfo
@section Base Single Processor Application
This sample application is in the following directory:
@@ -164,9 +138,6 @@ The first two messages are printed from the
application's single initialization task. The final messages
are printed from the single application task.
-@ifinfo
-@node Sample Applications Base Multiple Processor Application, Sample Applications Constructor/Destructor C++ Application, Sample Applications Base Single Processor Application, Sample Applications
-@end ifinfo
@section Base Multiple Processor Application
This sample application is in the following directory:
@@ -216,9 +187,6 @@ Configuration Table. This file is not shared because the node
number field in the RTEMS Multiprocessor Configuration Table
must be unique on each node.
-@ifinfo
-@node Sample Applications Constructor/Destructor C++ Application, Sample Applications Paranoia Floating Point Application, Sample Applications Base Multiple Processor Application, Sample Applications
-@end ifinfo
@section Constructor/Destructor C++ Application
This sample application is in the following directory:
@@ -265,9 +233,6 @@ Hey I'M in base class constructor number 1 for 0x400010cc.
@end group
@end example
-@ifinfo
-@node Sample Applications Paranoia Floating Point Application, RTEMS Specific Utilities, Sample Applications Constructor/Destructor C++ Application, Sample Applications
-@end ifinfo
@section Paranoia Floating Point Application
This sample application is in the following directory: