summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp20
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-05 15:01:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-05 15:01:59 +0000
commit63e99db57248f893f7fceded3a6d21e5ba83b11c (patch)
treec20f4a5ae4558042399e8de2debda700626b47c8 /testsuites/sptests/sp20
parent2009-10-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de> (diff)
downloadrtems-63e99db57248f893f7fceded3a6d21e5ba83b11c.tar.bz2
2009-10-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* sptests/spintrcritical09/init.c, sptests/spintrcritical10/init.c, sptests/spintrcritical11/init.c: Fixed potentially infinite loops. * sp20/system.h: Increased micro seconds per tick in order to be more independent of the console output speed.
Diffstat (limited to 'testsuites/sptests/sp20')
-rw-r--r--testsuites/sptests/sp20/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sp20/system.h b/testsuites/sptests/sp20/system.h
index b6f338a53d..0089825dc9 100644
--- a/testsuites/sptests/sp20/system.h
+++ b/testsuites/sptests/sp20/system.h
@@ -38,6 +38,8 @@ void Get_all_counters( void );
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_MICROSECONDS_PER_TICK 100000
+
#define CONFIGURE_MAXIMUM_TASKS 7
#define CONFIGURE_MAXIMUM_PERIODS 10