From 34d794f731228f3ea540db71953f8316d732c01f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 15 Sep 2018 08:11:45 +0000 Subject: Mass update of halconf.h files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12257 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/STM32F7xx/GPT-ADC/halconf.h | 7 +++++++ testhal/STM32/STM32F7xx/IRQ_STORM/halconf.h | 7 +++++++ testhal/STM32/STM32F7xx/PWM-ICU/halconf.h | 7 +++++++ testhal/STM32/STM32F7xx/SPI/halconf.h | 7 +++++++ testhal/STM32/STM32F7xx/USB_RAW/halconf.h | 7 +++++++ 5 files changed, 35 insertions(+) (limited to 'testhal/STM32/STM32F7xx') diff --git a/testhal/STM32/STM32F7xx/GPT-ADC/halconf.h b/testhal/STM32/STM32F7xx/GPT-ADC/halconf.h index 46b5faaf8..5a0f55192 100644 --- a/testhal/STM32/STM32F7xx/GPT-ADC/halconf.h +++ b/testhal/STM32/STM32F7xx/GPT-ADC/halconf.h @@ -166,6 +166,13 @@ #define HAL_USE_SPI FALSE #endif +/** + * @brief Enables the TRNG subsystem. + */ +#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__) +#define HAL_USE_TRNG FALSE +#endif + /** * @brief Enables the UART subsystem. */ diff --git a/testhal/STM32/STM32F7xx/IRQ_STORM/halconf.h b/testhal/STM32/STM32F7xx/IRQ_STORM/halconf.h index 9956e76a6..76845c781 100644 --- a/testhal/STM32/STM32F7xx/IRQ_STORM/halconf.h +++ b/testhal/STM32/STM32F7xx/IRQ_STORM/halconf.h @@ -166,6 +166,13 @@ #define HAL_USE_SPI FALSE #endif +/** + * @brief Enables the TRNG subsystem. + */ +#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__) +#define HAL_USE_TRNG FALSE +#endif + /** * @brief Enables the UART subsystem. */ diff --git a/testhal/STM32/STM32F7xx/PWM-ICU/halconf.h b/testhal/STM32/STM32F7xx/PWM-ICU/halconf.h index 9a62711c9..1dbc5708f 100644 --- a/testhal/STM32/STM32F7xx/PWM-ICU/halconf.h +++ b/testhal/STM32/STM32F7xx/PWM-ICU/halconf.h @@ -166,6 +166,13 @@ #define HAL_USE_SPI FALSE #endif +/** + * @brief Enables the TRNG subsystem. + */ +#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__) +#define HAL_USE_TRNG FALSE +#endif + /** * @brief Enables the UART subsystem. */ diff --git a/testhal/STM32/STM32F7xx/SPI/halconf.h b/testhal/STM32/STM32F7xx/SPI/halconf.h index 360aa6965..ec576721a 100644 --- a/testhal/STM32/STM32F7xx/SPI/halconf.h +++ b/testhal/STM32/STM32F7xx/SPI/halconf.h @@ -166,6 +166,13 @@ #define HAL_USE_SPI TRUE #endif +/** + * @brief Enables the TRNG subsystem. + */ +#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__) +#define HAL_USE_TRNG FALSE +#endif + /** * @brief Enables the UART subsystem. */ diff --git a/testhal/STM32/STM32F7xx/USB_RAW/halconf.h b/testhal/STM32/STM32F7xx/USB_RAW/halconf.h index 4ef0f1d05..6a956f055 100644 --- a/testhal/STM32/STM32F7xx/USB_RAW/halconf.h +++ b/testhal/STM32/STM32F7xx/USB_RAW/halconf.h @@ -166,6 +166,13 @@ #define HAL_USE_SPI FALSE #endif +/** + * @brief Enables the TRNG subsystem. + */ +#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__) +#define HAL_USE_TRNG FALSE +#endif + /** * @brief Enables the UART subsystem. */ -- cgit v1.2.3