aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC214x-GCC/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-03 17:14:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-03 17:14:03 +0000
commit2310f80695b4051cb63ca14878dfc5e76acb94e6 (patch)
tree70643e03f918333f051734336f97011644da076a /demos/LPC214x-GCC/chconf.h
parent1b269aa139ba66288cc2c3f1b463c73821343262 (diff)
downloadChibiOS-2310f80695b4051cb63ca14878dfc5e76acb94e6.tar.gz
ChibiOS-2310f80695b4051cb63ca14878dfc5e76acb94e6.tar.bz2
ChibiOS-2310f80695b4051cb63ca14878dfc5e76acb94e6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@30 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/LPC214x-GCC/chconf.h')
-rw-r--r--demos/LPC214x-GCC/chconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/LPC214x-GCC/chconf.h b/demos/LPC214x-GCC/chconf.h
index 30670c8fd..da8553399 100644
--- a/demos/LPC214x-GCC/chconf.h
+++ b/demos/LPC214x-GCC/chconf.h
@@ -63,6 +63,10 @@
* in the kernel.*/
#define CH_USE_SEMAPHORES
+/** Configuration option: if specified then the Semaphores atomic Signal+Wait
+ * APIs are included in the kernel.*/
+#define CH_USE_SEMSW
+
/** Configuration option: if specified then the Semaphores with timeout APIs
* are included in the kernel.
* @note requires \p CH_USE_SEMAPHORES.