diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-01-22 21:24:44 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-01-22 21:24:44 +0000 |
commit | 789d91f0f59955ad4450a2c587ee62f17d473081 (patch) | |
tree | 8a376575f42326ec316c219a824b7e970a4480ff /demos/AVR/TEST-SUITE-NIL/chconf.h | |
parent | 53044c14a465c3868e80f59eab0a4ea1dbdca1f8 (diff) | |
download | ChibiOS-789d91f0f59955ad4450a2c587ee62f17d473081.tar.gz ChibiOS-789d91f0f59955ad4450a2c587ee62f17d473081.tar.bz2 ChibiOS-789d91f0f59955ad4450a2c587ee62f17d473081.zip |
AVR: Modification of the NIL test suite to avoid freezing at run time.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11394 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/TEST-SUITE-NIL/chconf.h')
-rw-r--r-- | demos/AVR/TEST-SUITE-NIL/chconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/AVR/TEST-SUITE-NIL/chconf.h b/demos/AVR/TEST-SUITE-NIL/chconf.h index 53da0c6ed..c9cc37069 100644 --- a/demos/AVR/TEST-SUITE-NIL/chconf.h +++ b/demos/AVR/TEST-SUITE-NIL/chconf.h @@ -43,7 +43,7 @@ * @note This number is not inclusive of the idle thread which is
* Implicitly handled.
*/
-#define CH_CFG_NUM_THREADS 2
+#define CH_CFG_NUM_THREADS 3
/** @} */
@@ -66,7 +66,7 @@ * option defines the maximum amount of time allowed for
* timeouts.
*/
-#define CH_CFG_ST_FREQUENCY 15624
+#define CH_CFG_ST_FREQUENCY 1000
/**
* @brief Time delta constant for the tick-less mode.
@@ -76,7 +76,7 @@ * The value one is not valid, timeouts are rounded up to
* this value.
*/
-#define CH_CFG_ST_TIMEDELTA 2
+#define CH_CFG_ST_TIMEDELTA 0
/** @} */
|