summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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