aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-09 11:12:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-09 11:12:11 +0000
commit6776d069274223f061f9f4e15e5732a7b454bd51 (patch)
treec2aa7a6b772521de77be0bd2b94f57ac823bf24f /demos/ARM7-LPC214x-GCC/chconf.h
parent87d83b1b7e37925f3e32e79e6e6baedb5b13f192 (diff)
downloadChibiOS-6776d069274223f061f9f4e15e5732a7b454bd51.tar.gz
ChibiOS-6776d069274223f061f9f4e15e5732a7b454bd51.tar.bz2
ChibiOS-6776d069274223f061f9f4e15e5732a7b454bd51.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@505 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chconf.h')
-rw-r--r--demos/ARM7-LPC214x-GCC/chconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h
index 513c352a6..ddf733411 100644
--- a/demos/ARM7-LPC214x-GCC/chconf.h
+++ b/demos/ARM7-LPC214x-GCC/chconf.h
@@ -55,6 +55,16 @@
* the kernel.*/
#define CH_USE_MUTEXES
+/** Configuration option: if specified then the Conditional Variables APIs are
+ * included in the kernel.
+ * @note requires \p CH_USE_MUTEXES.*/
+#define CH_USE_CONDVARS
+
+/** Configuration option: if specified then the Conditional Variables APIs are
+ * included in the kernel.
+ * @note requires \p CH_USE_CONDVARS and \p CH_USE_MUTEXES.*/
+#define CH_USE_CONDVARS_TIMEOUT
+
/** Configuration option: if specified then the Events APIs are included in
* the kernel.*/
#define CH_USE_EVENTS