forked from Imagelibrary/rtems
2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond per tick.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond
|
||||
per tick.
|
||||
|
||||
2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and
|
||||
|
||||
@@ -136,6 +136,7 @@ rtems_task Init(
|
||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
||||
#define CONFIGURE_MAXIMUM_TIMERS 1
|
||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
|
||||
#if defined(PRIORITY_NO_TIMEOUT_REVERSE)
|
||||
#define CONFIGURE_INIT_TASK_PRIORITY 250
|
||||
#endif
|
||||
|
||||
@@ -142,6 +142,7 @@ rtems_task Init(
|
||||
#define CONFIGURE_MAXIMUM_TASKS 2
|
||||
#define CONFIGURE_MAXIMUM_TIMERS 1
|
||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
|
||||
#define CONFIGURE_INIT_TASK_PRIORITY INIT_PRIORITY
|
||||
#define CONFIGURE_INIT_TASK_MODE RTEMS_PREEMPT
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 2000
|
||||
|
||||
Reference in New Issue
Block a user