2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>

* psxintrcritical01/init.c: Lower microseconds per tick so tests run
	quicker and more reliably hit the intended critical section.
This commit is contained in:
Joel Sherrill
2009-08-06 19:24:12 +00:00
parent ee8512aae4
commit 0d214a7c29
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxintrcritical01/init.c: Lower microseconds per tick so tests run
quicker and more reliably hit the intended critical section.
2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add a test to exercise an odd case in

View File

@@ -85,6 +85,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_MAXIMUM_TIMERS 1
#define CONFIGURE_MAXIMUM_POSIX_TIMERS 1
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT