summaryrefslogtreecommitdiffstats
path: root/doc/ada_user
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-23 19:14:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-23 19:14:08 +0000
commitffae7bd65f8a1ffda1323f096e49b9917a280dcb (patch)
tree48bc12da4bfd0dcdb5495d4db3cd166c701aa69e /doc/ada_user
parent2006-10-23 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ffae7bd65f8a1ffda1323f096e49b9917a280dcb.tar.bz2
2006-10-23 Joel Sherrill <joel@OARcorp.com>
* ada_user/Makefile.am, ada_user/ada_user.texi, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi, cpu_supplement/sparc.t: Add Blackfin CPU supplement chapter and get everything building from previous breakages. * cpu_supplement/bfin.t: New file.
Diffstat (limited to '')
-rw-r--r--doc/ada_user/Makefile.am3
-rw-r--r--doc/ada_user/ada_user.texi4
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am
index df6cc42744..bc952c0be5 100644
--- a/doc/ada_user/Makefile.am
+++ b/doc/ada_user/Makefile.am
@@ -25,7 +25,8 @@ COMMON_FILES += $(top_builddir)/user/bsp.texi \
$(top_builddir)/user/rtmon.texi $(top_builddir)/user/schedule.texi \
$(top_builddir)/user/sem.texi $(top_builddir)/user/signal.texi \
$(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
- $(top_builddir)/user/userext.texi $(top_srcdir)/common/cpright.texi
+ $(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
+ $(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi
FILES = example.texi
diff --git a/doc/ada_user/ada_user.texi b/doc/ada_user/ada_user.texi
index 6e72c57e7a..36d6307896 100644
--- a/doc/ada_user/ada_user.texi
+++ b/doc/ada_user/ada_user.texi
@@ -101,6 +101,8 @@
@include user/userext.texi
@include user/conf.texi
@include user/mp.texi
+@include user/stackchk.texi
+@include user/cpuuse.texi
@include user/dirstat.texi
@include example.texi
@include user/glossary.texi
@@ -135,6 +137,8 @@ This is the online version of the RTEMS Ada User's Guide.
* User Extensions Manager::
* Configuring a System::
* Multiprocessing Manager::
+* Stack Bounds Checker::
+* CPU Usage Statistics::
* Directive Status Codes::
* Example Application::
* Glossary::