diff options
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/ARM7-AT91SAM7X-GCC/chconf.h | 17 | ||||
| -rw-r--r-- | demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h | 17 | ||||
| -rw-r--r-- | demos/ARM7-LPC214x-G++/chconf.h | 17 | ||||
| -rw-r--r-- | demos/ARM7-LPC214x-GCC-minimal/chconf.h | 17 | ||||
| -rw-r--r-- | demos/ARM7-LPC214x-GCC/chconf.h | 17 | ||||
| -rw-r--r-- | demos/ARMCM3-STM32F103-GCC/chconf.h | 17 | ||||
| -rw-r--r-- | demos/AVR-AT90CANx-GCC/chconf.h | 17 | ||||
| -rw-r--r-- | demos/AVR-ATmega128-GCC/chconf.h | 17 | ||||
| -rw-r--r-- | demos/MSP430-MSP430x1611-GCC/chconf.h | 17 | ||||
| -rw-r--r-- | demos/Win32-MinGW/chconf.h | 17 | 
10 files changed, 0 insertions, 170 deletions
| diff --git a/demos/ARM7-AT91SAM7X-GCC/chconf.h b/demos/ARM7-AT91SAM7X-GCC/chconf.h index 8d31e854a..f06a707b6 100644 --- a/demos/ARM7-AT91SAM7X-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-GCC/chconf.h @@ -46,23 +46,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h index 8d31e854a..f06a707b6 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h @@ -46,23 +46,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h index c9b0b4c50..847a62d4a 100644 --- a/demos/ARM7-LPC214x-G++/chconf.h +++ b/demos/ARM7-LPC214x-G++/chconf.h @@ -46,23 +46,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 diff --git a/demos/ARM7-LPC214x-GCC-minimal/chconf.h b/demos/ARM7-LPC214x-GCC-minimal/chconf.h index e81935083..1302dac3e 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/chconf.h +++ b/demos/ARM7-LPC214x-GCC-minimal/chconf.h @@ -46,23 +46,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -//#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  //#define CH_USE_WAITEXIT
 diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h index 8d31e854a..f06a707b6 100644 --- a/demos/ARM7-LPC214x-GCC/chconf.h +++ b/demos/ARM7-LPC214x-GCC/chconf.h @@ -46,23 +46,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 diff --git a/demos/ARMCM3-STM32F103-GCC/chconf.h b/demos/ARMCM3-STM32F103-GCC/chconf.h index 8d31e854a..f06a707b6 100644 --- a/demos/ARMCM3-STM32F103-GCC/chconf.h +++ b/demos/ARMCM3-STM32F103-GCC/chconf.h @@ -46,23 +46,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 diff --git a/demos/AVR-AT90CANx-GCC/chconf.h b/demos/AVR-AT90CANx-GCC/chconf.h index 594d28272..132bc4f15 100644 --- a/demos/AVR-AT90CANx-GCC/chconf.h +++ b/demos/AVR-AT90CANx-GCC/chconf.h @@ -46,23 +46,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h index 7ff7df502..58f0fca7e 100644 --- a/demos/AVR-ATmega128-GCC/chconf.h +++ b/demos/AVR-ATmega128-GCC/chconf.h @@ -46,23 +46,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 diff --git a/demos/MSP430-MSP430x1611-GCC/chconf.h b/demos/MSP430-MSP430x1611-GCC/chconf.h index 2205cdd33..8087f679f 100644 --- a/demos/MSP430-MSP430x1611-GCC/chconf.h +++ b/demos/MSP430-MSP430x1611-GCC/chconf.h @@ -47,23 +47,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 diff --git a/demos/Win32-MinGW/chconf.h b/demos/Win32-MinGW/chconf.h index 0912c3f6d..f16918f72 100644 --- a/demos/Win32-MinGW/chconf.h +++ b/demos/Win32-MinGW/chconf.h @@ -51,23 +51,6 @@   *  included in the kernel.*/
  #define CH_USE_SYSTEMTIME
 -/** Configuration option: if specified then the \p chThdSleep() function is
 - *  included in the kernel.
 - * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
 -#define CH_USE_SLEEP
 -
 -/** Configuration option: if specified then the \p chThdResume()
 - *  function is included in the kernel.*/
 -#define CH_USE_RESUME
 -
 -/** Configuration option: if specified then the \p chThdSuspend()
 - *  function is included in the kernel.*/
 -#define CH_USE_SUSPEND
 -
 -/** Configuration option: if specified then the \p chThdTerminate()
 - *  and \p chThdShouldTerminate() functions are included in the kernel.*/
 -#define CH_USE_TERMINATE
 -
  /** Configuration option: if specified then the \p chThdWait() function
   *  is included in the kernel.*/
  #define CH_USE_WAITEXIT
 | 
