aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-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
-rw-r--r--demos/rt/RT-SPC560B-EVB/halconf.h7
-rw-r--r--demos/rt/RT-SPC560D-EVB/halconf.h7
-rw-r--r--demos/rt/RT-SPC560P-EVB/halconf.h7
-rw-r--r--demos/rt/RT-SPC563M-EVB/halconf.h7
-rw-r--r--demos/rt/RT-SPC564A-EVB/halconf.h7
-rw-r--r--demos/rt/RT-SPC56EC-EVB/halconf.h7
-rw-r--r--demos/rt/RT-SPC56EL-EVB/halconf.h7
-rw-r--r--demos/rt/RT-STM32F051-DISCOVERY/halconf.h7
-rw-r--r--demos/rt/RT-STM32F100-DISCOVERY/halconf.h7
-rw-r--r--demos/rt/RT-STM32F103-OLIMEX_STM32_P103/halconf.h7
-rw-r--r--demos/rt/RT-STM32F303-DISCOVERY/halconf.h7
-rw-r--r--demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h7
-rw-r--r--demos/rt/RT-STM32F407-DISCOVERY-MEMS/halconf.h7
-rw-r--r--demos/rt/RT-STM32F407-DISCOVERY/halconf.h7
-rw-r--r--demos/rt/RT-STM32F429-DISCOVERY/halconf.h7
-rw-r--r--demos/rt/RT-STM32L152-DISCOVERY/halconf.h7
21 files changed, 147 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__)
diff --git a/demos/rt/RT-SPC560B-EVB/halconf.h b/demos/rt/RT-SPC560B-EVB/halconf.h
index 3858828e6..bd95f138f 100644
--- a/demos/rt/RT-SPC560B-EVB/halconf.h
+++ b/demos/rt/RT-SPC560B-EVB/halconf.h
@@ -80,6 +80,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/rt/RT-SPC560D-EVB/halconf.h b/demos/rt/RT-SPC560D-EVB/halconf.h
index 3858828e6..bd95f138f 100644
--- a/demos/rt/RT-SPC560D-EVB/halconf.h
+++ b/demos/rt/RT-SPC560D-EVB/halconf.h
@@ -80,6 +80,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/rt/RT-SPC560P-EVB/halconf.h b/demos/rt/RT-SPC560P-EVB/halconf.h
index 3858828e6..bd95f138f 100644
--- a/demos/rt/RT-SPC560P-EVB/halconf.h
+++ b/demos/rt/RT-SPC560P-EVB/halconf.h
@@ -80,6 +80,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/rt/RT-SPC563M-EVB/halconf.h b/demos/rt/RT-SPC563M-EVB/halconf.h
index 3858828e6..bd95f138f 100644
--- a/demos/rt/RT-SPC563M-EVB/halconf.h
+++ b/demos/rt/RT-SPC563M-EVB/halconf.h
@@ -80,6 +80,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/rt/RT-SPC564A-EVB/halconf.h b/demos/rt/RT-SPC564A-EVB/halconf.h
index 3858828e6..bd95f138f 100644
--- a/demos/rt/RT-SPC564A-EVB/halconf.h
+++ b/demos/rt/RT-SPC564A-EVB/halconf.h
@@ -80,6 +80,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/rt/RT-SPC56EC-EVB/halconf.h b/demos/rt/RT-SPC56EC-EVB/halconf.h
index 3858828e6..bd95f138f 100644
--- a/demos/rt/RT-SPC56EC-EVB/halconf.h
+++ b/demos/rt/RT-SPC56EC-EVB/halconf.h
@@ -80,6 +80,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/rt/RT-SPC56EL-EVB/halconf.h b/demos/rt/RT-SPC56EL-EVB/halconf.h
index 3858828e6..bd95f138f 100644
--- a/demos/rt/RT-SPC56EL-EVB/halconf.h
+++ b/demos/rt/RT-SPC56EL-EVB/halconf.h
@@ -80,6 +80,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/rt/RT-STM32F051-DISCOVERY/halconf.h b/demos/rt/RT-STM32F051-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/rt/RT-STM32F051-DISCOVERY/halconf.h
+++ b/demos/rt/RT-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/rt/RT-STM32F100-DISCOVERY/halconf.h b/demos/rt/RT-STM32F100-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/rt/RT-STM32F100-DISCOVERY/halconf.h
+++ b/demos/rt/RT-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/rt/RT-STM32F103-OLIMEX_STM32_P103/halconf.h b/demos/rt/RT-STM32F103-OLIMEX_STM32_P103/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/rt/RT-STM32F103-OLIMEX_STM32_P103/halconf.h
+++ b/demos/rt/RT-STM32F103-OLIMEX_STM32_P103/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/rt/RT-STM32F303-DISCOVERY/halconf.h b/demos/rt/RT-STM32F303-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/rt/RT-STM32F303-DISCOVERY/halconf.h
+++ b/demos/rt/RT-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/rt/RT-STM32F373-STM32373C_EVAL/halconf.h b/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/rt/RT-STM32F373-STM32373C_EVAL/halconf.h
+++ b/demos/rt/RT-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/rt/RT-STM32F407-DISCOVERY-MEMS/halconf.h b/demos/rt/RT-STM32F407-DISCOVERY-MEMS/halconf.h
index d80a549b9..94f224ebc 100644
--- a/demos/rt/RT-STM32F407-DISCOVERY-MEMS/halconf.h
+++ b/demos/rt/RT-STM32F407-DISCOVERY-MEMS/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/rt/RT-STM32F407-DISCOVERY/halconf.h b/demos/rt/RT-STM32F407-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/rt/RT-STM32F407-DISCOVERY/halconf.h
+++ b/demos/rt/RT-STM32F407-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/rt/RT-STM32F429-DISCOVERY/halconf.h b/demos/rt/RT-STM32F429-DISCOVERY/halconf.h
index bd5a46fba..09a9a0cdb 100644
--- a/demos/rt/RT-STM32F429-DISCOVERY/halconf.h
+++ b/demos/rt/RT-STM32F429-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/rt/RT-STM32L152-DISCOVERY/halconf.h b/demos/rt/RT-STM32L152-DISCOVERY/halconf.h
index d63d30523..9ccbb67ff 100644
--- a/demos/rt/RT-STM32L152-DISCOVERY/halconf.h
+++ b/demos/rt/RT-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__)