diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-12-20 20:29:56 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-12-20 20:29:56 +0000 |
commit | 75d472f580b00e9d616b493929e100b6cad8dc9d (patch) | |
tree | e3112acaf526e9c18268b7059dde7cbf0d4f352d /demos/AVR/RT-ARDUINO-MEGA/chconf.h | |
parent | 1f207578bdba8cd4358ec3e1e3b8e6a68730f18c (diff) | |
download | ChibiOS-75d472f580b00e9d616b493929e100b6cad8dc9d.tar.gz ChibiOS-75d472f580b00e9d616b493929e100b6cad8dc9d.tar.bz2 ChibiOS-75d472f580b00e9d616b493929e100b6cad8dc9d.zip |
AVR: Update all configuration files of RT demos to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11153 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/RT-ARDUINO-MEGA/chconf.h')
-rw-r--r-- | demos/AVR/RT-ARDUINO-MEGA/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR/RT-ARDUINO-MEGA/chconf.h b/demos/AVR/RT-ARDUINO-MEGA/chconf.h index b752173f0..141d0d5a6 100644 --- a/demos/AVR/RT-ARDUINO-MEGA/chconf.h +++ b/demos/AVR/RT-ARDUINO-MEGA/chconf.h @@ -106,7 +106,7 @@ * provide the @p __heap_base__ and @p __heap_end__ symbols.
* @note Requires @p CH_CFG_USE_MEMCORE.
*/
-#define CH_CFG_MEMCORE_SIZE 16
+#define CH_CFG_MEMCORE_SIZE 128
/**
* @brief Idle thread automatic spawn suppression.
@@ -328,7 +328,7 @@ * @note Requires @p CH_CFG_USE_WAITEXIT.
* @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS.
*/
-#define CH_CFG_USE_DYNAMIC TRUE
+#define CH_CFG_USE_DYNAMIC FALSE
/** @} */
|