summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-20 13:08:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-20 13:08:47 +0000
commite4ca8d71cc216703cf9e7a610b12c446e112fbdb (patch)
tree9dc98c2d887a6e4af71aa0ce8d47b08d4dd1f625 /doc
parentAdded FAQ to the documentation set. (diff)
downloadrtems-e4ca8d71cc216703cf9e7a610b12c446e112fbdb.tar.bz2
Updated to reflect inclusion of IRQ test in ada examples.
Diffstat (limited to 'doc')
-rw-r--r--doc/bsp_howto/adaintr.t10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/bsp_howto/adaintr.t b/doc/bsp_howto/adaintr.t
index ee87156e42..d5873c510d 100644
--- a/doc/bsp_howto/adaintr.t
+++ b/doc/bsp_howto/adaintr.t
@@ -60,9 +60,13 @@ done separately, typically by writing various device register.
@section Example Ada95 Interrupt Program
-An example program is available to show how interrupts
-can be handled in Ada95. Note that generation of the test
-interrupt (irqforce.c) is bsp specific and must be edited.
+An example program (@code{irq_test}) is included in the
+Ada examples package to show how interrupts can be handled
+in Ada95. Note that generation of the test interrupt
+(@code{irqforce.c}) is bsp specific and must be edited.
+
+NOTE: The @code{irq_test} example was written for the SPARC/ERC32
+BSP.
@section Version Requirements