summaryrefslogtreecommitdiffstats
path: root/micromonitor/diagnostics/README
blob: 14f7f3f4316e1d0e1f20757bbe14f3876ddee954 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#  $Id$
#

This is an example of a non-RTEMS diagnostics program built using
MicroMonitor and the RTEMS tools.  It isn't setup to auto-adapt
to a new BSP.  You will have to edit the makefile.  

This program reads a key from the user to indicate what the results
of the "diagnostics" should (e.g. PASS, FAIL, or UNKNOWN).  The
MicroMonitor environment variable DIAGNOSTICS_RESULT is set to
that value.  This environment variable may be queried by MicroMonitor
scripts and the RTEMS application.


XXX insert script here