From 6ae1a6c88223d875f0dbd81066d4d8f40713b0a0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 26 Jul 2008 09:46:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@360 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') diff --git a/docs/ch.txt b/docs/ch.txt index a88291bb2..1f57b2d60 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -372,6 +372,19 @@ */ /** @} */ +/** + * @defgroup CondVars Conditional Variables + * @{ + * Conditional Variables and threads synchronization. + * Operation mode

+ * Add description here.
+ * In order to use the Conditional Variables APIs the \p CH_USE_CONDVARS + * option must be specified in \p chconf.h.

+ * @file condvars.h Conditional Variables macros and structures. + * @file chcond.c Conditional Variables code. + */ +/** @} */ + /** * @defgroup Mutexes Mutexes * @{ -- cgit v1.2.3