diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-02 12:48:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-02 12:48:17 +0000 |
commit | ec4178dd0ff7587b79a8c525aa88d467642ce629 (patch) | |
tree | 6db0317be3b6d5246786cfd222b0a2991f6b2d96 /demos/ARM7-LPC214x-G++ | |
parent | d1ea164bdb96503020d315cce14471c3e0d87c36 (diff) | |
download | ChibiOS-ec4178dd0ff7587b79a8c525aa88d467642ce629.tar.gz ChibiOS-ec4178dd0ff7587b79a8c525aa88d467642ce629.tar.bz2 ChibiOS-ec4178dd0ff7587b79a8c525aa88d467642ce629.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@712 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-G++')
-rw-r--r-- | demos/ARM7-LPC214x-G++/chconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h index 73323e4cf..c22e9b542 100644 --- a/demos/ARM7-LPC214x-G++/chconf.h +++ b/demos/ARM7-LPC214x-G++/chconf.h @@ -51,6 +51,11 @@ * in the kernel.*/
#define CH_USE_SEMAPHORES
+/** Configuration option: If enabled then the threads are enqueued on semaphores
+ * by priority rather than FIFO order.
+ * @note requires @p CH_USE_SEMAPHORES.*/
+//#define CH_USE_SEMAPHORES_PRIORITY
+
/** Configuration option: if specified then the Semaphores atomic Signal+Wait
* APIs are included in the kernel.*/
#define CH_USE_SEMSW
|