diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARM7-AT91SAM7X-GCC/chconf.h | 4 | ||||
-rw-r--r-- | demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h | 4 | ||||
-rw-r--r-- | demos/ARM7-LPC214x-G++/chconf.h | 4 | ||||
-rw-r--r-- | demos/ARM7-LPC214x-GCC-minimal/chconf.h | 4 | ||||
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chconf.h | 2 | ||||
-rw-r--r-- | demos/ARMCM3-STM32F103-GCC/chconf.h | 4 | ||||
-rw-r--r-- | demos/AVR-AT90CANx-GCC/chconf.h | 4 | ||||
-rw-r--r-- | demos/AVR-ATmega128-GCC/chconf.h | 4 | ||||
-rw-r--r-- | demos/MSP430-MSP430x1611-GCC/chconf.h | 4 | ||||
-rw-r--r-- | demos/Win32-MinGW/chconf.h | 4 |
10 files changed, 38 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7X-GCC/chconf.h b/demos/ARM7-AT91SAM7X-GCC/chconf.h index 8db71b445..5555184c4 100644 --- a/demos/ARM7-AT91SAM7X-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-GCC/chconf.h @@ -75,6 +75,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.
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h index 8db71b445..5555184c4 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h @@ -75,6 +75,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.
diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h index 8db71b445..5555184c4 100644 --- a/demos/ARM7-LPC214x-G++/chconf.h +++ b/demos/ARM7-LPC214x-G++/chconf.h @@ -75,6 +75,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.
diff --git a/demos/ARM7-LPC214x-GCC-minimal/chconf.h b/demos/ARM7-LPC214x-GCC-minimal/chconf.h index 9f903df06..83a8865af 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/chconf.h +++ b/demos/ARM7-LPC214x-GCC-minimal/chconf.h @@ -75,6 +75,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.
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h index a1d28bc9c..5555184c4 100644 --- a/demos/ARM7-LPC214x-GCC/chconf.h +++ b/demos/ARM7-LPC214x-GCC/chconf.h @@ -75,6 +75,8 @@ * 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
diff --git a/demos/ARMCM3-STM32F103-GCC/chconf.h b/demos/ARMCM3-STM32F103-GCC/chconf.h index 8db71b445..5555184c4 100644 --- a/demos/ARMCM3-STM32F103-GCC/chconf.h +++ b/demos/ARMCM3-STM32F103-GCC/chconf.h @@ -75,6 +75,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.
diff --git a/demos/AVR-AT90CANx-GCC/chconf.h b/demos/AVR-AT90CANx-GCC/chconf.h index fca0159a2..a6b0f4a95 100644 --- a/demos/AVR-AT90CANx-GCC/chconf.h +++ b/demos/AVR-AT90CANx-GCC/chconf.h @@ -75,6 +75,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.
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h index fca0159a2..a6b0f4a95 100644 --- a/demos/AVR-ATmega128-GCC/chconf.h +++ b/demos/AVR-ATmega128-GCC/chconf.h @@ -75,6 +75,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.
diff --git a/demos/MSP430-MSP430x1611-GCC/chconf.h b/demos/MSP430-MSP430x1611-GCC/chconf.h index 7e29d314e..b4bc56505 100644 --- a/demos/MSP430-MSP430x1611-GCC/chconf.h +++ b/demos/MSP430-MSP430x1611-GCC/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.
diff --git a/demos/Win32-MinGW/chconf.h b/demos/Win32-MinGW/chconf.h index b17295c65..e18ab2d0b 100644 --- a/demos/Win32-MinGW/chconf.h +++ b/demos/Win32-MinGW/chconf.h @@ -80,6 +80,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.
|