diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-04 12:55:37 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-04 12:55:37 +0000 |
commit | b1da190527164b3c6e9a5fadabe66113105168ba (patch) | |
tree | 39062466f1644a2a27d1585fe21dabaacb79a49e /demos | |
parent | b3bb01c2d23455852cdf9f75b34ed0d03f7fb7df (diff) | |
download | ChibiOS-b1da190527164b3c6e9a5fadabe66113105168ba.tar.gz ChibiOS-b1da190527164b3c6e9a5fadabe66113105168ba.tar.bz2 ChibiOS-b1da190527164b3c6e9a5fadabe66113105168ba.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6751 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
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__)
|