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/KINETIS/ADC/halconf.h | 7 +++++++ testhal/KINETIS/I2C/halconf.h | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'testhal/KINETIS') diff --git a/testhal/KINETIS/ADC/halconf.h b/testhal/KINETIS/ADC/halconf.h index 4b733c4bc..76fcff8d5 100644 --- a/testhal/KINETIS/ADC/halconf.h +++ b/testhal/KINETIS/ADC/halconf.h @@ -163,6 +163,13 @@ #define HAL_USE_USB 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/KINETIS/I2C/halconf.h b/testhal/KINETIS/I2C/halconf.h index d7b01bac9..ead72925c 100644 --- a/testhal/KINETIS/I2C/halconf.h +++ b/testhal/KINETIS/I2C/halconf.h @@ -163,6 +163,13 @@ #define HAL_USE_USB 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