aboutsummaryrefslogtreecommitdiffstats
path: root/demos/nil
diff options
context:
space:
mode:
Diffstat (limited to 'demos/nil')
-rw-r--r--demos/nil/NIL-STM32F051-DISCOVERY/halconf.h7
-rw-r--r--demos/nil/NIL-STM32F100-DISCOVERY/halconf.h7
-rw-r--r--demos/nil/NIL-STM32F303-DISCOVERY/halconf.h7
-rw-r--r--demos/nil/NIL-STM32F373-STM32373C_EVAL/halconf.h7
-rw-r--r--demos/nil/NIL-STM32L152-DISCOVERY/halconf.h7
5 files changed, 35 insertions, 0 deletions
diff --git a/demos/nil/NIL-STM32F051-DISCOVERY/halconf.h b/demos/nil/NIL-STM32F051-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/nil/NIL-STM32F051-DISCOVERY/halconf.h
+++ b/demos/nil/NIL-STM32F051-DISCOVERY/halconf.h
@@ -73,6 +73,13 @@
#endif
/**
+ * @brief Enables the I2S subsystem.
+ */
+#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
+#define HAL_USE_I2S FALSE
+#endif
+
+/**
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
diff --git a/demos/nil/NIL-STM32F100-DISCOVERY/halconf.h b/demos/nil/NIL-STM32F100-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/nil/NIL-STM32F100-DISCOVERY/halconf.h
+++ b/demos/nil/NIL-STM32F100-DISCOVERY/halconf.h
@@ -73,6 +73,13 @@
#endif
/**
+ * @brief Enables the I2S subsystem.
+ */
+#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
+#define HAL_USE_I2S FALSE
+#endif
+
+/**
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
diff --git a/demos/nil/NIL-STM32F303-DISCOVERY/halconf.h b/demos/nil/NIL-STM32F303-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/nil/NIL-STM32F303-DISCOVERY/halconf.h
+++ b/demos/nil/NIL-STM32F303-DISCOVERY/halconf.h
@@ -73,6 +73,13 @@
#endif
/**
+ * @brief Enables the I2S subsystem.
+ */
+#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
+#define HAL_USE_I2S FALSE
+#endif
+
+/**
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
diff --git a/demos/nil/NIL-STM32F373-STM32373C_EVAL/halconf.h b/demos/nil/NIL-STM32F373-STM32373C_EVAL/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/nil/NIL-STM32F373-STM32373C_EVAL/halconf.h
+++ b/demos/nil/NIL-STM32F373-STM32373C_EVAL/halconf.h
@@ -73,6 +73,13 @@
#endif
/**
+ * @brief Enables the I2S subsystem.
+ */
+#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
+#define HAL_USE_I2S FALSE
+#endif
+
+/**
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
diff --git a/demos/nil/NIL-STM32L152-DISCOVERY/halconf.h b/demos/nil/NIL-STM32L152-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/nil/NIL-STM32L152-DISCOVERY/halconf.h
+++ b/demos/nil/NIL-STM32L152-DISCOVERY/halconf.h
@@ -73,6 +73,13 @@
#endif
/**
+ * @brief Enables the I2S subsystem.
+ */
+#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
+#define HAL_USE_I2S FALSE
+#endif
+
+/**
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)