aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/ARM7-AT91SAM7X-GCC/chconf.h29
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h29
-rw-r--r--demos/ARM7-LPC214x-G++/chconf.h29
-rw-r--r--demos/ARM7-LPC214x-GCC-minimal/chconf.h29
-rw-r--r--demos/ARM7-LPC214x-GCC/chconf.h29
-rw-r--r--demos/ARMCM3-STM32F103-GCC/chconf.h29
-rw-r--r--demos/AVR-AT90CANx-GCC/chconf.h29
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h29
-rw-r--r--demos/MSP430-MSP430x1611-GCC/chconf.h29
-rw-r--r--demos/Win32-MinGW/chconf.h29
10 files changed, 0 insertions, 290 deletions
diff --git a/demos/ARM7-AT91SAM7X-GCC/chconf.h b/demos/ARM7-AT91SAM7X-GCC/chconf.h
index ac0b475e5..67f096a8c 100644
--- a/demos/ARM7-AT91SAM7X-GCC/chconf.h
+++ b/demos/ARM7-AT91SAM7X-GCC/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h
index bffe5dc33..f06a537b2 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h
index bffe5dc33..f06a537b2 100644
--- a/demos/ARM7-LPC214x-G++/chconf.h
+++ b/demos/ARM7-LPC214x-G++/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/ARM7-LPC214x-GCC-minimal/chconf.h b/demos/ARM7-LPC214x-GCC-minimal/chconf.h
index ea458f196..130ef5967 100644
--- a/demos/ARM7-LPC214x-GCC-minimal/chconf.h
+++ b/demos/ARM7-LPC214x-GCC-minimal/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX FALSE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT FALSE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX FALSE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h
index bffe5dc33..f06a537b2 100644
--- a/demos/ARM7-LPC214x-GCC/chconf.h
+++ b/demos/ARM7-LPC214x-GCC/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/ARMCM3-STM32F103-GCC/chconf.h b/demos/ARMCM3-STM32F103-GCC/chconf.h
index bffe5dc33..f06a537b2 100644
--- a/demos/ARMCM3-STM32F103-GCC/chconf.h
+++ b/demos/ARMCM3-STM32F103-GCC/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/AVR-AT90CANx-GCC/chconf.h b/demos/AVR-AT90CANx-GCC/chconf.h
index 2681f9563..9c00191cc 100644
--- a/demos/AVR-AT90CANx-GCC/chconf.h
+++ b/demos/AVR-AT90CANx-GCC/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index 2681f9563..9c00191cc 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-GCC/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/MSP430-MSP430x1611-GCC/chconf.h b/demos/MSP430-MSP430x1611-GCC/chconf.h
index 75239717e..616e39ac6 100644
--- a/demos/MSP430-MSP430x1611-GCC/chconf.h
+++ b/demos/MSP430-MSP430x1611-GCC/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
diff --git a/demos/Win32-MinGW/chconf.h b/demos/Win32-MinGW/chconf.h
index 208c67a18..b11bff238 100644
--- a/demos/Win32-MinGW/chconf.h
+++ b/demos/Win32-MinGW/chconf.h
@@ -243,25 +243,6 @@
#endif
/**
- * If specified then the half duplex queues APIs are included in the kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_QUEUES_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_HALFDUPLEX TRUE
-#endif
-
-/**
- * If specified then the I/O queues with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES and @p CH_USE_SEMAPHORES_TIMEOUT.
- */
-#if !defined(CH_USE_QUEUES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_QUEUES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the full duplex serial driver APIs are included in the
* kernel.
* @note The default is @p TRUE.
@@ -272,16 +253,6 @@
#endif
/**
- * If specified then the half duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES_HALFDUPLEX.
- */
-#if !defined(CH_USE_SERIAL_HALFDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_HALFDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.