aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F2xx
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F2xx')
-rw-r--r--testhal/STM32/STM32F2xx/EXT/halconf.h7
-rw-r--r--testhal/STM32/STM32F2xx/I2C-LIS3MLD/halconf.h7
-rw-r--r--testhal/STM32/STM32F2xx/I2C-LSM6DS0/halconf.h7
-rw-r--r--testhal/STM32/STM32F2xx/PWM-ICU/halconf.h7
4 files changed, 28 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F2xx/EXT/halconf.h b/testhal/STM32/STM32F2xx/EXT/halconf.h
index 7daca4786..be4ebe8dc 100644
--- a/testhal/STM32/STM32F2xx/EXT/halconf.h
+++ b/testhal/STM32/STM32F2xx/EXT/halconf.h
@@ -115,6 +115,13 @@
#endif
/**
+ * @brief Enables the QSPI subsystem.
+ */
+#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__)
+#define HAL_USE_QSPI FALSE
+#endif
+
+/**
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
diff --git a/testhal/STM32/STM32F2xx/I2C-LIS3MLD/halconf.h b/testhal/STM32/STM32F2xx/I2C-LIS3MLD/halconf.h
index c04055a6c..07b0143bd 100644
--- a/testhal/STM32/STM32F2xx/I2C-LIS3MLD/halconf.h
+++ b/testhal/STM32/STM32F2xx/I2C-LIS3MLD/halconf.h
@@ -115,6 +115,13 @@
#endif
/**
+ * @brief Enables the QSPI subsystem.
+ */
+#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__)
+#define HAL_USE_QSPI FALSE
+#endif
+
+/**
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
diff --git a/testhal/STM32/STM32F2xx/I2C-LSM6DS0/halconf.h b/testhal/STM32/STM32F2xx/I2C-LSM6DS0/halconf.h
index c04055a6c..07b0143bd 100644
--- a/testhal/STM32/STM32F2xx/I2C-LSM6DS0/halconf.h
+++ b/testhal/STM32/STM32F2xx/I2C-LSM6DS0/halconf.h
@@ -115,6 +115,13 @@
#endif
/**
+ * @brief Enables the QSPI subsystem.
+ */
+#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__)
+#define HAL_USE_QSPI FALSE
+#endif
+
+/**
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
diff --git a/testhal/STM32/STM32F2xx/PWM-ICU/halconf.h b/testhal/STM32/STM32F2xx/PWM-ICU/halconf.h
index f46a56be6..b00580721 100644
--- a/testhal/STM32/STM32F2xx/PWM-ICU/halconf.h
+++ b/testhal/STM32/STM32F2xx/PWM-ICU/halconf.h
@@ -115,6 +115,13 @@
#endif
/**
+ * @brief Enables the QSPI subsystem.
+ */
+#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__)
+#define HAL_USE_QSPI FALSE
+#endif
+
+/**
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)