From e3c246361b4d528aaca396285615b99e4f15e431 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 26 Jan 2019 07:00:49 +0000 Subject: Mass update. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12582 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/AVR/MEGA/ADC/halconf.h | 7 ------- testhal/AVR/MEGA/EXT/halconf.h | 7 ------- testhal/AVR/MEGA/GPT/halconf.h | 7 ------- testhal/AVR/MEGA/I2C/halconf.h | 7 ------- testhal/AVR/MEGA/ICU/halconf.h | 7 ------- testhal/AVR/MEGA/PWM/halconf.h | 7 ------- testhal/AVR/MEGA/SPI/halconf.h | 7 ------- testhal/AVR/XMEGA/AES/halconf.h | 7 ------- testhal/AVR/XMEGA/SERIAL/halconf.h | 7 ------- testhal/AVR/XMEGA/SPI/halconf.h | 7 ------- testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h | 7 ------- testhal/AVR/XMEGA/USART/halconf.h | 7 ------- testhal/AVR/XMEGA/WDT/halconf.h | 7 ------- testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h | 7 ------- testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h | 7 ------- testhal/AVR/multi/PAL/cfg/arduino_nano/halconf.h | 7 ------- testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h | 7 ------- 17 files changed, 119 deletions(-) (limited to 'testhal/AVR') diff --git a/testhal/AVR/MEGA/ADC/halconf.h b/testhal/AVR/MEGA/ADC/halconf.h index 32091098e..af78d74f9 100644 --- a/testhal/AVR/MEGA/ADC/halconf.h +++ b/testhal/AVR/MEGA/ADC/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/MEGA/EXT/halconf.h b/testhal/AVR/MEGA/EXT/halconf.h index 3e21bf12a..984177a9e 100644 --- a/testhal/AVR/MEGA/EXT/halconf.h +++ b/testhal/AVR/MEGA/EXT/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT TRUE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/MEGA/GPT/halconf.h b/testhal/AVR/MEGA/GPT/halconf.h index 0ecdd8744..7cd5fe988 100644 --- a/testhal/AVR/MEGA/GPT/halconf.h +++ b/testhal/AVR/MEGA/GPT/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/MEGA/I2C/halconf.h b/testhal/AVR/MEGA/I2C/halconf.h index 704ebc57f..ccf995e08 100644 --- a/testhal/AVR/MEGA/I2C/halconf.h +++ b/testhal/AVR/MEGA/I2C/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/MEGA/ICU/halconf.h b/testhal/AVR/MEGA/ICU/halconf.h index d44d3aaad..701a91e9b 100644 --- a/testhal/AVR/MEGA/ICU/halconf.h +++ b/testhal/AVR/MEGA/ICU/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/MEGA/PWM/halconf.h b/testhal/AVR/MEGA/PWM/halconf.h index 69f4a34be..5b1339371 100644 --- a/testhal/AVR/MEGA/PWM/halconf.h +++ b/testhal/AVR/MEGA/PWM/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/MEGA/SPI/halconf.h b/testhal/AVR/MEGA/SPI/halconf.h index f7eb404c3..4cb8204e5 100644 --- a/testhal/AVR/MEGA/SPI/halconf.h +++ b/testhal/AVR/MEGA/SPI/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/XMEGA/AES/halconf.h b/testhal/AVR/XMEGA/AES/halconf.h index b03a70ced..0c39d77bf 100644 --- a/testhal/AVR/XMEGA/AES/halconf.h +++ b/testhal/AVR/XMEGA/AES/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/XMEGA/SERIAL/halconf.h b/testhal/AVR/XMEGA/SERIAL/halconf.h index 62efc9d90..984177a9e 100644 --- a/testhal/AVR/XMEGA/SERIAL/halconf.h +++ b/testhal/AVR/XMEGA/SERIAL/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/XMEGA/SPI/halconf.h b/testhal/AVR/XMEGA/SPI/halconf.h index 17d92d3c1..44d133f8b 100644 --- a/testhal/AVR/XMEGA/SPI/halconf.h +++ b/testhal/AVR/XMEGA/SPI/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h b/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h index 62efc9d90..984177a9e 100644 --- a/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h +++ b/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/XMEGA/USART/halconf.h b/testhal/AVR/XMEGA/USART/halconf.h index bdd0e412c..b3ce7ef0a 100644 --- a/testhal/AVR/XMEGA/USART/halconf.h +++ b/testhal/AVR/XMEGA/USART/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/XMEGA/WDT/halconf.h b/testhal/AVR/XMEGA/WDT/halconf.h index 5eacda926..54a7cc7c5 100644 --- a/testhal/AVR/XMEGA/WDT/halconf.h +++ b/testhal/AVR/XMEGA/WDT/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h b/testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h index 62efc9d90..984177a9e 100644 --- a/testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h +++ b/testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h b/testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h index 62efc9d90..984177a9e 100644 --- a/testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h +++ b/testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/multi/PAL/cfg/arduino_nano/halconf.h b/testhal/AVR/multi/PAL/cfg/arduino_nano/halconf.h index 62efc9d90..984177a9e 100644 --- a/testhal/AVR/multi/PAL/cfg/arduino_nano/halconf.h +++ b/testhal/AVR/multi/PAL/cfg/arduino_nano/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ diff --git a/testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h b/testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h index 62efc9d90..984177a9e 100644 --- a/testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h +++ b/testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC FALSE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT FALSE -#endif - /** * @brief Enables the GPT subsystem. */ -- cgit v1.2.3