diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-12 14:10:50 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-12 14:10:50 +0000 |
commit | bb5a512f595f95bfade58077f2798e64bdb14987 (patch) | |
tree | c9c6a513fc9b28169a7f3e0ce962aa2e521c6bb8 /demos | |
parent | c3f2655db931f2a166a3a5d9b8ba4f2be184522e (diff) | |
download | ChibiOS-bb5a512f595f95bfade58077f2798e64bdb14987.tar.gz ChibiOS-bb5a512f595f95bfade58077f2798e64bdb14987.tar.bz2 ChibiOS-bb5a512f595f95bfade58077f2798e64bdb14987.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6709 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/rt/RT-SPC56EL-EVB/chconf.h | 10 | ||||
-rw-r--r-- | demos/rt/RT-STM32F051-DISCOVERY/chconf.h | 10 | ||||
-rw-r--r-- | demos/rt/RT-STM32F100-DISCOVERY/chconf.h | 10 | ||||
-rw-r--r-- | demos/rt/RT-STM32F103-OLIMEX_STM32_P103/chconf.h | 10 | ||||
-rw-r--r-- | demos/rt/RT-STM32F303-DISCOVERY/chconf.h | 16 | ||||
-rw-r--r-- | demos/rt/RT-STM32F373-STM32373C_EVAL/chconf.h | 10 | ||||
-rw-r--r-- | demos/rt/RT-STM32F407-DISCOVERY-MEMS/chconf.h | 10 | ||||
-rw-r--r-- | demos/rt/RT-STM32F407-DISCOVERY/chconf.h | 10 | ||||
-rw-r--r-- | demos/rt/RT-STM32F429-DISCOVERY/chconf.h | 10 | ||||
-rw-r--r-- | demos/rt/RT-STM32L152-DISCOVERY/chconf.h | 10 |
10 files changed, 98 insertions, 8 deletions
diff --git a/demos/rt/RT-SPC56EL-EVB/chconf.h b/demos/rt/RT-SPC56EL-EVB/chconf.h index 2896fef4e..d65051ce3 100644 --- a/demos/rt/RT-SPC56EL-EVB/chconf.h +++ b/demos/rt/RT-SPC56EL-EVB/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
diff --git a/demos/rt/RT-STM32F051-DISCOVERY/chconf.h b/demos/rt/RT-STM32F051-DISCOVERY/chconf.h index 41ac72eee..1b81d6805 100644 --- a/demos/rt/RT-STM32F051-DISCOVERY/chconf.h +++ b/demos/rt/RT-STM32F051-DISCOVERY/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
diff --git a/demos/rt/RT-STM32F100-DISCOVERY/chconf.h b/demos/rt/RT-STM32F100-DISCOVERY/chconf.h index 832f82314..a1963f74c 100644 --- a/demos/rt/RT-STM32F100-DISCOVERY/chconf.h +++ b/demos/rt/RT-STM32F100-DISCOVERY/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
diff --git a/demos/rt/RT-STM32F103-OLIMEX_STM32_P103/chconf.h b/demos/rt/RT-STM32F103-OLIMEX_STM32_P103/chconf.h index f8afd504b..a1efc5bbf 100644 --- a/demos/rt/RT-STM32F103-OLIMEX_STM32_P103/chconf.h +++ b/demos/rt/RT-STM32F103-OLIMEX_STM32_P103/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
diff --git a/demos/rt/RT-STM32F303-DISCOVERY/chconf.h b/demos/rt/RT-STM32F303-DISCOVERY/chconf.h index 47e40b877..09b91db5c 100644 --- a/demos/rt/RT-STM32F303-DISCOVERY/chconf.h +++ b/demos/rt/RT-STM32F303-DISCOVERY/chconf.h @@ -190,7 +190,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_CFG_USE_MUTEXES_RECURSIVE TRUE
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
/**
* @brief Conditional Variables APIs.
@@ -323,7 +323,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_DBG_STATISTICS TRUE
+#define CH_DBG_STATISTICS FALSE
/**
* @brief Debug option, system state check.
@@ -332,7 +332,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_DBG_SYSTEM_STATE_CHECK TRUE
+#define CH_DBG_SYSTEM_STATE_CHECK FALSE
/**
* @brief Debug option, parameters checks.
@@ -341,7 +341,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_DBG_ENABLE_CHECKS TRUE
+#define CH_DBG_ENABLE_CHECKS FALSE
/**
* @brief Debug option, consistency checks.
@@ -351,7 +351,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_DBG_ENABLE_ASSERTS TRUE
+#define CH_DBG_ENABLE_ASSERTS FALSE
/**
* @brief Debug option, trace buffer.
@@ -360,7 +360,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_DBG_ENABLE_TRACE TRUE
+#define CH_DBG_ENABLE_TRACE FALSE
/**
* @brief Debug option, stack checks.
@@ -372,7 +372,7 @@ * @note The default failure mode is to halt the system with the global
* @p panic_msg variable set to @p NULL.
*/
-#define CH_DBG_ENABLE_STACK_CHECK TRUE
+#define CH_DBG_ENABLE_STACK_CHECK FALSE
/**
* @brief Debug option, stacks initialization.
@@ -382,7 +382,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_DBG_FILL_THREADS TRUE
+#define CH_DBG_FILL_THREADS FALSE
/**
* @brief Debug option, threads profiling.
diff --git a/demos/rt/RT-STM32F373-STM32373C_EVAL/chconf.h b/demos/rt/RT-STM32F373-STM32373C_EVAL/chconf.h index 8a2d5efa1..7ff9a1440 100644 --- a/demos/rt/RT-STM32F373-STM32373C_EVAL/chconf.h +++ b/demos/rt/RT-STM32F373-STM32373C_EVAL/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
diff --git a/demos/rt/RT-STM32F407-DISCOVERY-MEMS/chconf.h b/demos/rt/RT-STM32F407-DISCOVERY-MEMS/chconf.h index 8a2d5efa1..7ff9a1440 100644 --- a/demos/rt/RT-STM32F407-DISCOVERY-MEMS/chconf.h +++ b/demos/rt/RT-STM32F407-DISCOVERY-MEMS/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
diff --git a/demos/rt/RT-STM32F407-DISCOVERY/chconf.h b/demos/rt/RT-STM32F407-DISCOVERY/chconf.h index 8a2d5efa1..7ff9a1440 100644 --- a/demos/rt/RT-STM32F407-DISCOVERY/chconf.h +++ b/demos/rt/RT-STM32F407-DISCOVERY/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
diff --git a/demos/rt/RT-STM32F429-DISCOVERY/chconf.h b/demos/rt/RT-STM32F429-DISCOVERY/chconf.h index 8a2d5efa1..7ff9a1440 100644 --- a/demos/rt/RT-STM32F429-DISCOVERY/chconf.h +++ b/demos/rt/RT-STM32F429-DISCOVERY/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
diff --git a/demos/rt/RT-STM32L152-DISCOVERY/chconf.h b/demos/rt/RT-STM32L152-DISCOVERY/chconf.h index 832f82314..a1963f74c 100644 --- a/demos/rt/RT-STM32L152-DISCOVERY/chconf.h +++ b/demos/rt/RT-STM32L152-DISCOVERY/chconf.h @@ -184,6 +184,16 @@ #define CH_CFG_USE_MUTEXES TRUE
/**
+ * @brief Enables recursive behavior on mutexes.
+ * @note Recursive mutexes are heavier and have an increased
+ * memory footprint.
+ *
+ * @note The default is @p FALSE.
+ * @note Requires @p CH_CFG_USE_MUTEXES.
+ */
+#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE
+
+/**
* @brief Conditional Variables APIs.
* @details If enabled then the conditional variables APIs are included
* in the kernel.
|