From f02349c2b1f4e17500aa37b9846b1a51a34c4f3c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 Dec 2015 15:32:42 +0000 Subject: Updated all halconf.h files for WDG. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8560 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/AVR/GPT/halconf.h | 7 +++++++ testhal/AVR/I2C/halconf.h | 7 +++++++ testhal/AVR/ICU/halconf.h | 7 +++++++ testhal/AVR/PWM/halconf.h | 7 +++++++ 4 files changed, 28 insertions(+) (limited to 'testhal/AVR') diff --git a/testhal/AVR/GPT/halconf.h b/testhal/AVR/GPT/halconf.h index 92fe43324..fa8dc9c5f 100644 --- a/testhal/AVR/GPT/halconf.h +++ b/testhal/AVR/GPT/halconf.h @@ -170,6 +170,13 @@ #define HAL_USE_I2S FALSE #endif +/** + * @brief Enables the WDG subsystem. + */ +#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__) +#define HAL_USE_WDG FALSE +#endif + /*===========================================================================*/ /* ADC driver related settings. */ /*===========================================================================*/ diff --git a/testhal/AVR/I2C/halconf.h b/testhal/AVR/I2C/halconf.h index 6c66e89b7..f9c8f148a 100644 --- a/testhal/AVR/I2C/halconf.h +++ b/testhal/AVR/I2C/halconf.h @@ -170,6 +170,13 @@ #define HAL_USE_I2S FALSE #endif +/** + * @brief Enables the WDG subsystem. + */ +#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__) +#define HAL_USE_WDG FALSE +#endif + /*===========================================================================*/ /* ADC driver related settings. */ /*===========================================================================*/ diff --git a/testhal/AVR/ICU/halconf.h b/testhal/AVR/ICU/halconf.h index 041f09027..132ee1b01 100644 --- a/testhal/AVR/ICU/halconf.h +++ b/testhal/AVR/ICU/halconf.h @@ -170,6 +170,13 @@ #define HAL_USE_I2S FALSE #endif +/** + * @brief Enables the WDG subsystem. + */ +#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__) +#define HAL_USE_WDG FALSE +#endif + /*===========================================================================*/ /* ADC driver related settings. */ /*===========================================================================*/ diff --git a/testhal/AVR/PWM/halconf.h b/testhal/AVR/PWM/halconf.h index b86049d8a..160faf996 100644 --- a/testhal/AVR/PWM/halconf.h +++ b/testhal/AVR/PWM/halconf.h @@ -170,6 +170,13 @@ #define HAL_USE_I2S FALSE #endif +/** + * @brief Enables the WDG subsystem. + */ +#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__) +#define HAL_USE_WDG FALSE +#endif + /*===========================================================================*/ /* ADC driver related settings. */ /*===========================================================================*/ -- cgit v1.2.3