aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h
diff options
context:
space:
mode:
authorTexZK <texzk@email.it>2015-07-07 23:53:21 +0200
committerTexZK <texzk@email.it>2015-07-07 23:53:21 +0200
commit3f88eaa27a9ac41a294c5cf6c2de27c47ced9ad0 (patch)
tree95948926588d7ccf908c82b48540eca713fcaf52 /demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h
parent3ac6c611847f1f20a89315d6d66bc138145ad62d (diff)
downloadChibiOS-Contrib-3f88eaa27a9ac41a294c5cf6c2de27c47ced9ad0.tar.gz
ChibiOS-Contrib-3f88eaa27a9ac41a294c5cf6c2de27c47ced9ad0.tar.bz2
ChibiOS-Contrib-3f88eaa27a9ac41a294c5cf6c2de27c47ced9ad0.zip
Added shell commands to control triple buffer demo
Diffstat (limited to 'demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h
index a03c007..9e83c6b 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h
@@ -182,7 +182,7 @@
*
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_MUTEXES FALSE
+#define CH_CFG_USE_MUTEXES TRUE
/**
* @brief Enables recursive behavior on mutexes.
@@ -220,7 +220,7 @@
*
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_EVENTS FALSE
+#define CH_CFG_USE_EVENTS TRUE
/**
* @brief Events Flags APIs with timeout.
@@ -277,7 +277,7 @@
*
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_MEMCORE FALSE
+#define CH_CFG_USE_MEMCORE TRUE
/**
* @brief Heap Allocator APIs.
@@ -289,7 +289,7 @@
* @p CH_CFG_USE_SEMAPHORES.
* @note Mutexes are recommended.
*/
-#define CH_CFG_USE_HEAP FALSE
+#define CH_CFG_USE_HEAP TRUE
/**
* @brief Memory Pools Allocator APIs.
@@ -309,7 +309,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 FALSE
+#define CH_CFG_USE_DYNAMIC TRUE
/** @} */