mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 10:19:58 +08:00
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* spintrcritical01/init.c, spintrcritical06/init.c, spintrcritical08/init.c, spintrcritical13/init.c: Lower microseconds per tick so tests run quicker and more reliably hit the intended critical section.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* spintrcritical01/init.c, spintrcritical06/init.c,
|
||||
spintrcritical08/init.c, spintrcritical13/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, sp63/init.c: Add new test for exercising
|
||||
|
||||
@@ -139,6 +139,7 @@ rtems_task Init(
|
||||
#if defined(PRIORITY_NO_TIMEOUT_REVERSE)
|
||||
#define CONFIGURE_INIT_TASK_PRIORITY 250
|
||||
#endif
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
@@ -144,6 +144,7 @@ rtems_task Init(
|
||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
|
||||
#define CONFIGURE_INIT_TASK_PRIORITY INIT_PRIORITY
|
||||
#define CONFIGURE_INIT_TASK_MODE RTEMS_PREEMPT
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 2000
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
@@ -92,6 +92,7 @@ rtems_task Init(
|
||||
#define CONFIGURE_MAXIMUM_TASKS 2
|
||||
#define CONFIGURE_MAXIMUM_TIMERS 1
|
||||
#define CONFIGURE_MAXIMUM_PERIODS 1
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
@@ -100,6 +100,7 @@ rtems_task Init(
|
||||
#define CONFIGURE_MAXIMUM_TASKS 2
|
||||
#endif
|
||||
#define CONFIGURE_MAXIMUM_TIMERS 2
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
Reference in New Issue
Block a user