[rtems commit] sptests/sp39: Increase clock tick interval

Sebastian Huber sebh at rtems.org
Mon Oct 15 12:55:17 UTC 2012


Module:    rtems
Branch:    master
Commit:    178a7bb95b449cf4a36ce0faee49efe4c221158a
Changeset: http://git.rtems.org/rtems/commit/?id=178a7bb95b449cf4a36ce0faee49efe4c221158a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Aug 24 15:22:51 2012 +0200

sptests/sp39: Increase clock tick interval

Not every BSP supports a 250 micro seconds clock tick interval.  For
example PSIM.

---

 testsuites/sptests/sp39/system.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuites/sptests/sp39/system.h b/testsuites/sptests/sp39/system.h
index 35458c8..3ce8b83 100644
--- a/testsuites/sptests/sp39/system.h
+++ b/testsuites/sptests/sp39/system.h
@@ -26,7 +26,7 @@ rtems_task Init(
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
-#define CONFIGURE_MICROSECONDS_PER_TICK   250
+#define CONFIGURE_MICROSECONDS_PER_TICK   1000
 
 #define CONFIGURE_MAXIMUM_TASKS             2
 #define CONFIGURE_MAXIMUM_TIMERS            1




More information about the vc mailing list