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/STM32F4xx/ADC/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/CAN/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/DAC/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/DMA_STORM/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/GPT/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/I2S/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/IRQ_STORM/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/IRQ_STORM_FPU/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/PWM-ICU/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/RTC/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/SDC/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/USB_CDC_IAD/halconf.h | 7 +++++++ testhal/STM32/STM32F4xx/WDG/halconf.h | 7 +++++++ 14 files changed, 98 insertions(+) (limited to 'testhal/STM32/STM32F4xx') diff --git a/testhal/STM32/STM32F4xx/ADC/halconf.h b/testhal/STM32/STM32F4xx/ADC/halconf.h index 59357003d..ec98707b8 100644 --- a/testhal/STM32/STM32F4xx/ADC/halconf.h +++ b/testhal/STM32/STM32F4xx/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/STM32F4xx/CAN/halconf.h b/testhal/STM32/STM32F4xx/CAN/halconf.h index 8a7b59dab..cb1b5d02b 100644 --- a/testhal/STM32/STM32F4xx/CAN/halconf.h +++ b/testhal/STM32/STM32F4xx/CAN/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/STM32F4xx/DAC/halconf.h b/testhal/STM32/STM32F4xx/DAC/halconf.h index d8ed88065..1235a5356 100644 --- a/testhal/STM32/STM32F4xx/DAC/halconf.h +++ b/testhal/STM32/STM32F4xx/DAC/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/STM32F4xx/DAC_DUAL/halconf.h b/testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h index d8ed88065..1235a5356 100644 --- a/testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h +++ b/testhal/STM32/STM32F4xx/DAC_DUAL/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/STM32F4xx/DMA_STORM/halconf.h b/testhal/STM32/STM32F4xx/DMA_STORM/halconf.h index 5a3118193..87267925f 100644 --- a/testhal/STM32/STM32F4xx/DMA_STORM/halconf.h +++ b/testhal/STM32/STM32F4xx/DMA_STORM/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/STM32F4xx/GPT/halconf.h b/testhal/STM32/STM32F4xx/GPT/halconf.h index dc45b160b..6bf767a24 100644 --- a/testhal/STM32/STM32F4xx/GPT/halconf.h +++ b/testhal/STM32/STM32F4xx/GPT/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/STM32F4xx/I2S/halconf.h b/testhal/STM32/STM32F4xx/I2S/halconf.h index abc48cdcf..e41088ecf 100644 --- a/testhal/STM32/STM32F4xx/I2S/halconf.h +++ b/testhal/STM32/STM32F4xx/I2S/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/STM32F4xx/IRQ_STORM/halconf.h b/testhal/STM32/STM32F4xx/IRQ_STORM/halconf.h index 9956e76a6..76845c781 100644 --- a/testhal/STM32/STM32F4xx/IRQ_STORM/halconf.h +++ b/testhal/STM32/STM32F4xx/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/STM32F4xx/IRQ_STORM_FPU/halconf.h b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/halconf.h index 9956e76a6..76845c781 100644 --- a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/halconf.h +++ b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/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/STM32F4xx/PWM-ICU/halconf.h b/testhal/STM32/STM32F4xx/PWM-ICU/halconf.h index 5bb876270..fe8aa2dee 100644 --- a/testhal/STM32/STM32F4xx/PWM-ICU/halconf.h +++ b/testhal/STM32/STM32F4xx/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/STM32F4xx/RTC/halconf.h b/testhal/STM32/STM32F4xx/RTC/halconf.h index b4d277047..b4eaa083b 100644 --- a/testhal/STM32/STM32F4xx/RTC/halconf.h +++ b/testhal/STM32/STM32F4xx/RTC/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/STM32F4xx/SDC/halconf.h b/testhal/STM32/STM32F4xx/SDC/halconf.h index 55a5bdaea..fc44abdbd 100644 --- a/testhal/STM32/STM32F4xx/SDC/halconf.h +++ b/testhal/STM32/STM32F4xx/SDC/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/STM32F4xx/USB_CDC_IAD/halconf.h b/testhal/STM32/STM32F4xx/USB_CDC_IAD/halconf.h index 8cfc4cf4e..a2d4c4fb5 100644 --- a/testhal/STM32/STM32F4xx/USB_CDC_IAD/halconf.h +++ b/testhal/STM32/STM32F4xx/USB_CDC_IAD/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/STM32F4xx/WDG/halconf.h b/testhal/STM32/STM32F4xx/WDG/halconf.h index 7250a908d..bb508f7a3 100644 --- a/testhal/STM32/STM32F4xx/WDG/halconf.h +++ b/testhal/STM32/STM32F4xx/WDG/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