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/STM32/multi/ADC/cfg/stm32h743_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/ADC/cfg/stm32l476_discovery/halconf.h | 7 ------- testhal/STM32/multi/ADC/cfg/stm32l4r5zi_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/DAC/cfg/stm32l476_discovery/halconf.h | 7 ------- testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32f051_discovery/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32f103_olimex/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32f303_discovery/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32f373_eval/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32f407_discovery/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32f429_discovery/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32f746_discovery/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32l053_discovery/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32l151_discovery/halconf.h | 7 ------- testhal/STM32/multi/PAL/cfg/stm32l476_discovery/halconf.h | 7 ------- testhal/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h | 7 ------- testhal/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h | 7 ------- testhal/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h | 7 ------- testhal/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h | 7 ------- testhal/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h | 7 ------- testhal/STM32/multi/SPI/cfg/stm32f091_nucleo64/halconf.h | 7 ------- testhal/STM32/multi/SPI/cfg/stm32f303_discovery/halconf.h | 7 ------- testhal/STM32/multi/SPI/cfg/stm32f407_discovery/halconf.h | 7 ------- testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/SPI/cfg/stm32l476_discovery/halconf.h | 7 ------- testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/halconf.h | 7 ------- testhal/STM32/multi/TRNG/cfg/stm32l476_discovery/halconf.h | 7 ------- testhal/STM32/multi/TRNG/cfg/stm32l4r5zi_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/UART/cfg/stm32f091_nucleo64/halconf.h | 7 ------- testhal/STM32/multi/UART/cfg/stm32f303_discovery/halconf.h | 7 ------- testhal/STM32/multi/UART/cfg/stm32f407_discovery/halconf.h | 7 ------- testhal/STM32/multi/UART/cfg/stm32f746_discovery/halconf.h | 7 ------- testhal/STM32/multi/USB_CDC/cfg/stm32f303_discovery/halconf.h | 7 ------- testhal/STM32/multi/USB_CDC/cfg/stm32f407_discovery/halconf.h | 7 ------- testhal/STM32/multi/USB_CDC/cfg/stm32f746_discovery/halconf.h | 7 ------- testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/halconf.h | 7 ------- testhal/STM32/multi/USB_CDC/cfg/stm32l4r5_nucleo144/halconf.h | 7 ------- testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/halconf.h | 7 ------- testhal/STM32/multi/WSPI-MFS/cfg/stm32l4r9_discovery/halconf.h | 7 ------- 43 files changed, 301 deletions(-) (limited to 'testhal/STM32/multi') diff --git a/testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/halconf.h b/testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/halconf.h index cc4bb1b4d..03bbf744c 100644 --- a/testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/halconf.h +++ b/testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/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/STM32/multi/ADC/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/ADC/cfg/stm32l476_discovery/halconf.h index cc4bb1b4d..03bbf744c 100644 --- a/testhal/STM32/multi/ADC/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/ADC/cfg/stm32l476_discovery/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/STM32/multi/ADC/cfg/stm32l4r5zi_nucleo144/halconf.h b/testhal/STM32/multi/ADC/cfg/stm32l4r5zi_nucleo144/halconf.h index cc4bb1b4d..03bbf744c 100644 --- a/testhal/STM32/multi/ADC/cfg/stm32l4r5zi_nucleo144/halconf.h +++ b/testhal/STM32/multi/ADC/cfg/stm32l4r5zi_nucleo144/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/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h b/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h index b03a70ced..0c39d77bf 100644 --- a/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h +++ b/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/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/STM32/multi/DAC/cfg/stm32h743_nucleo144/halconf.h b/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/halconf.h index 11b5dbf7b..ca23c4c09 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/halconf.h +++ b/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC TRUE #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/STM32/multi/DAC/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/DAC/cfg/stm32l476_discovery/halconf.h index 6b8c5731e..f75714c99 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/DAC/cfg/stm32l476_discovery/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC TRUE #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/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/halconf.h b/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/halconf.h index 6b8c5731e..f75714c99 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/halconf.h +++ b/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC TRUE #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/STM32/multi/PAL/cfg/stm32f051_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f051_discovery/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32f051_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32f051_discovery/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/STM32/multi/PAL/cfg/stm32f103_olimex/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/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/STM32/multi/PAL/cfg/stm32f303_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f303_discovery/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32f303_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32f303_discovery/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/STM32/multi/PAL/cfg/stm32f373_eval/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f373_eval/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32f373_eval/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32f373_eval/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/STM32/multi/PAL/cfg/stm32f407_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f407_discovery/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32f407_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32f407_discovery/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/STM32/multi/PAL/cfg/stm32f429_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f429_discovery/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32f429_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32f429_discovery/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/STM32/multi/PAL/cfg/stm32f746_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f746_discovery/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32f746_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32f746_discovery/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/STM32/multi/PAL/cfg/stm32l053_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32l053_discovery/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32l053_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32l053_discovery/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/STM32/multi/PAL/cfg/stm32l151_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32l151_discovery/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32l151_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32l151_discovery/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/STM32/multi/PAL/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/halconf.h index 5698a3dde..c33951b54 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/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/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h index 14185ff18..584ea8f2b 100644 --- a/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h +++ b/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/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/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h index 14185ff18..584ea8f2b 100644 --- a/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h +++ b/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/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/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h index 14185ff18..584ea8f2b 100644 --- a/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h +++ b/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/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/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h index 14185ff18..584ea8f2b 100644 --- a/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h +++ b/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/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/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h index 14185ff18..584ea8f2b 100644 --- a/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/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/STM32/multi/SPI/cfg/stm32f091_nucleo64/halconf.h b/testhal/STM32/multi/SPI/cfg/stm32f091_nucleo64/halconf.h index b77451a2f..4f712d101 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32f091_nucleo64/halconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32f091_nucleo64/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/STM32/multi/SPI/cfg/stm32f303_discovery/halconf.h b/testhal/STM32/multi/SPI/cfg/stm32f303_discovery/halconf.h index b77451a2f..4f712d101 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32f303_discovery/halconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32f303_discovery/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/STM32/multi/SPI/cfg/stm32f407_discovery/halconf.h b/testhal/STM32/multi/SPI/cfg/stm32f407_discovery/halconf.h index b77451a2f..4f712d101 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32f407_discovery/halconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32f407_discovery/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/STM32/multi/SPI/cfg/stm32h743_nucleo144/halconf.h b/testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/halconf.h index b77451a2f..4f712d101 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/halconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/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/STM32/multi/SPI/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/SPI/cfg/stm32l476_discovery/halconf.h index b77451a2f..4f712d101 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32l476_discovery/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/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/halconf.h b/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/halconf.h index b77451a2f..4f712d101 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/halconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/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/STM32/multi/SPI/cfg/stm32l4r9_discovery/halconf.h b/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/halconf.h index b77451a2f..4f712d101 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/halconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/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/STM32/multi/TRNG/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/TRNG/cfg/stm32l476_discovery/halconf.h index 704499148..a113ce1e1 100644 --- a/testhal/STM32/multi/TRNG/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/TRNG/cfg/stm32l476_discovery/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/STM32/multi/TRNG/cfg/stm32l4r5zi_nucleo144/halconf.h b/testhal/STM32/multi/TRNG/cfg/stm32l4r5zi_nucleo144/halconf.h index 704499148..a113ce1e1 100644 --- a/testhal/STM32/multi/TRNG/cfg/stm32l4r5zi_nucleo144/halconf.h +++ b/testhal/STM32/multi/TRNG/cfg/stm32l4r5zi_nucleo144/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/STM32/multi/UART/cfg/stm32f091_nucleo64/halconf.h b/testhal/STM32/multi/UART/cfg/stm32f091_nucleo64/halconf.h index a3e5aaf53..48ffcb8f3 100644 --- a/testhal/STM32/multi/UART/cfg/stm32f091_nucleo64/halconf.h +++ b/testhal/STM32/multi/UART/cfg/stm32f091_nucleo64/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/STM32/multi/UART/cfg/stm32f303_discovery/halconf.h b/testhal/STM32/multi/UART/cfg/stm32f303_discovery/halconf.h index a3e5aaf53..48ffcb8f3 100644 --- a/testhal/STM32/multi/UART/cfg/stm32f303_discovery/halconf.h +++ b/testhal/STM32/multi/UART/cfg/stm32f303_discovery/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/STM32/multi/UART/cfg/stm32f407_discovery/halconf.h b/testhal/STM32/multi/UART/cfg/stm32f407_discovery/halconf.h index a3e5aaf53..48ffcb8f3 100644 --- a/testhal/STM32/multi/UART/cfg/stm32f407_discovery/halconf.h +++ b/testhal/STM32/multi/UART/cfg/stm32f407_discovery/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/STM32/multi/UART/cfg/stm32f746_discovery/halconf.h b/testhal/STM32/multi/UART/cfg/stm32f746_discovery/halconf.h index a3e5aaf53..48ffcb8f3 100644 --- a/testhal/STM32/multi/UART/cfg/stm32f746_discovery/halconf.h +++ b/testhal/STM32/multi/UART/cfg/stm32f746_discovery/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/STM32/multi/USB_CDC/cfg/stm32f303_discovery/halconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32f303_discovery/halconf.h index 87dc5beb8..1817c349b 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32f303_discovery/halconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32f303_discovery/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/STM32/multi/USB_CDC/cfg/stm32f407_discovery/halconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32f407_discovery/halconf.h index 87dc5beb8..1817c349b 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32f407_discovery/halconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32f407_discovery/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/STM32/multi/USB_CDC/cfg/stm32f746_discovery/halconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32f746_discovery/halconf.h index 87dc5beb8..1817c349b 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32f746_discovery/halconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32f746_discovery/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/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/halconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/halconf.h index 87dc5beb8..1817c349b 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/halconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/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/STM32/multi/USB_CDC/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/halconf.h index 87dc5beb8..1817c349b 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/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/STM32/multi/USB_CDC/cfg/stm32l4r5_nucleo144/halconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32l4r5_nucleo144/halconf.h index 87dc5beb8..1817c349b 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32l4r5_nucleo144/halconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32l4r5_nucleo144/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/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/halconf.h index 51d3392c0..f21e0bb7a 100644 --- a/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/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/STM32/multi/WSPI-MFS/cfg/stm32l4r9_discovery/halconf.h b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l4r9_discovery/halconf.h index 51d3392c0..f21e0bb7a 100644 --- a/testhal/STM32/multi/WSPI-MFS/cfg/stm32l4r9_discovery/halconf.h +++ b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l4r9_discovery/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