aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-29 13:28:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-29 13:28:35 +0000
commit61f841306aaa11b1471db1deb00470ea48f646fd (patch)
tree0f69b278240b26d0dd4e20da5fe6de2a2b840992 /os/kernel/templates
parent0cb6bc9b9d260beb05fcc9e2ec4d72f0ba621b71 (diff)
downloadChibiOS-61f841306aaa11b1471db1deb00470ea48f646fd.tar.gz
ChibiOS-61f841306aaa11b1471db1deb00470ea48f646fd.tar.bz2
ChibiOS-61f841306aaa11b1471db1deb00470ea48f646fd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6037 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/templates')
-rw-r--r--os/kernel/templates/chconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/kernel/templates/chconf.h b/os/kernel/templates/chconf.h
index eebd5f122..f3e04edd5 100644
--- a/os/kernel/templates/chconf.h
+++ b/os/kernel/templates/chconf.h
@@ -343,6 +343,15 @@
/*===========================================================================*/
/**
+ * @brief Debug option, kernel statistics.
+ *
+ * @note The default is @p FALSE.
+ */
+#if !defined(CH_DBG_STATISTICS) || defined(__DOXYGEN__)
+#define CH_DBG_STATISTICS TRUE
+#endif
+
+/**
* @brief Debug option, system state check.
* @details If enabled the correct call protocol for system APIs is checked
* at runtime.