aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-28 10:07:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-28 10:07:46 +0000
commit3e9765e2069a9faedff2721a1abf46607cf1189d (patch)
tree12de2adbe2b6107499ce604d50578ff717667fd8 /demos
parentdd39b808aceeb2cc726c9b90fe9ca3116bf0ebd7 (diff)
downloadChibiOS-3e9765e2069a9faedff2721a1abf46607cf1189d.tar.gz
ChibiOS-3e9765e2069a9faedff2721a1abf46607cf1189d.tar.bz2
ChibiOS-3e9765e2069a9faedff2721a1abf46607cf1189d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@545 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARM7-AT91SAM7X-GCC/chconf.h12
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h12
-rw-r--r--demos/ARM7-LPC214x-G++/chconf.h12
-rw-r--r--demos/ARM7-LPC214x-GCC-minimal/chconf.h12
-rw-r--r--demos/ARM7-LPC214x-GCC/chconf.h12
-rw-r--r--demos/ARMCM3-STM32F103-GCC/chconf.h12
-rw-r--r--demos/AVR-AT90CANx-GCC/chconf.h12
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h12
-rw-r--r--demos/MSP430-MSP430x1611-GCC/chconf.h14
-rw-r--r--demos/Win32-MinGW/chconf.h12
10 files changed, 21 insertions, 101 deletions
diff --git a/demos/ARM7-AT91SAM7X-GCC/chconf.h b/demos/ARM7-AT91SAM7X-GCC/chconf.h
index 33532e535..f8302116d 100644
--- a/demos/ARM7-AT91SAM7X-GCC/chconf.h
+++ b/demos/ARM7-AT91SAM7X-GCC/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_MESSAGES.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.*/
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h
index ddf733411..ed950dd3f 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES
diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h
index a6cf96004..2d0a1513f 100644
--- a/demos/ARM7-LPC214x-G++/chconf.h
+++ b/demos/ARM7-LPC214x-G++/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES
diff --git a/demos/ARM7-LPC214x-GCC-minimal/chconf.h b/demos/ARM7-LPC214x-GCC-minimal/chconf.h
index af4a62d09..94ff64676 100644
--- a/demos/ARM7-LPC214x-GCC-minimal/chconf.h
+++ b/demos/ARM7-LPC214x-GCC-minimal/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-//#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
//#define CH_USE_QUEUES
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h
index ddf733411..ed950dd3f 100644
--- a/demos/ARM7-LPC214x-GCC/chconf.h
+++ b/demos/ARM7-LPC214x-GCC/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES
diff --git a/demos/ARMCM3-STM32F103-GCC/chconf.h b/demos/ARMCM3-STM32F103-GCC/chconf.h
index ddf733411..ed950dd3f 100644
--- a/demos/ARMCM3-STM32F103-GCC/chconf.h
+++ b/demos/ARMCM3-STM32F103-GCC/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES
diff --git a/demos/AVR-AT90CANx-GCC/chconf.h b/demos/AVR-AT90CANx-GCC/chconf.h
index 89b01bfae..4900dd240 100644
--- a/demos/AVR-AT90CANx-GCC/chconf.h
+++ b/demos/AVR-AT90CANx-GCC/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index d2a689b62..ea028aed6 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-GCC/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES
diff --git a/demos/MSP430-MSP430x1611-GCC/chconf.h b/demos/MSP430-MSP430x1611-GCC/chconf.h
index c6ca7420a..bf7a9afad 100644
--- a/demos/MSP430-MSP430x1611-GCC/chconf.h
+++ b/demos/MSP430-MSP430x1611-GCC/chconf.h
@@ -89,18 +89,10 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
-#define CH_USE_MESSAGES_PRIORITY
-
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
+//#define CH_USE_MESSAGES_PRIORITY
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
diff --git a/demos/Win32-MinGW/chconf.h b/demos/Win32-MinGW/chconf.h
index 07ff4d0d5..3187998cc 100644
--- a/demos/Win32-MinGW/chconf.h
+++ b/demos/Win32-MinGW/chconf.h
@@ -84,19 +84,11 @@
* @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES