diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-09 13:28:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-09 13:28:19 +0000 |
commit | aafa0564b8cdd61c68165217a4b7576bd35b2b4b (patch) | |
tree | f320d8a9b4f57ab5fff344b38ccc8b5bfcd2ad27 /demos/ARM7-AT91SAM7X-GCC | |
parent | d7d284843e1a4d26f1da930c018ab8266017e6dc (diff) | |
download | ChibiOS-aafa0564b8cdd61c68165217a4b7576bd35b2b4b.tar.gz ChibiOS-aafa0564b8cdd61c68165217a4b7576bd35b2b4b.tar.bz2 ChibiOS-aafa0564b8cdd61c68165217a4b7576bd35b2b4b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@508 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-GCC')
-rw-r--r-- | demos/ARM7-AT91SAM7X-GCC/chconf.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7X-GCC/chconf.h b/demos/ARM7-AT91SAM7X-GCC/chconf.h index 122d34c97..33532e535 100644 --- a/demos/ARM7-AT91SAM7X-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-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
|