aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chcond.c2
-rw-r--r--src/include/condvars.h2
-rw-r--r--src/templates/chconf.h4
3 files changed, 6 insertions, 2 deletions
diff --git a/src/chcond.c b/src/chcond.c
index adc1fc763..cdfeb5d28 100644
--- a/src/chcond.c
+++ b/src/chcond.c
@@ -18,7 +18,7 @@
*/
/**
- * @addtogroup Condition Variables
+ * @addtogroup CondVars
* @{
*/
diff --git a/src/include/condvars.h b/src/include/condvars.h
index ec6c4589f..f5d3f56a6 100644
--- a/src/include/condvars.h
+++ b/src/include/condvars.h
@@ -18,7 +18,7 @@
*/
/**
- * @addtogroup Conditional Variables
+ * @addtogroup CondVars
* @{
*/
diff --git a/src/templates/chconf.h b/src/templates/chconf.h
index d059f3097..823bb7ccd 100644
--- a/src/templates/chconf.h
+++ b/src/templates/chconf.h
@@ -76,6 +76,10 @@
* APIs are included in the kernel.*/
#define CH_USE_SEMSW
+/** Configuration option: if specified then the Conditional Variables APIs are
+ * included in the kernel.*/
+#define CH_USE_CONDVARS
+
/** Configuration option: if specified then the Semaphores with timeout APIs
* are included in the kernel.
* @note requires \p CH_USE_SEMAPHORES.