aboutsummaryrefslogtreecommitdiffstats
path: root/test/coverage/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-03 09:37:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-03 09:37:33 +0000
commite32275f84af6e07cbe737262ce90c75f69b9a1c1 (patch)
treecf81150e3d8e12089b6609dbc1ee75bbb273c3d2 /test/coverage/chconf.h
parentbabbdde78b97b1ed21e4ca7c45c55029701f9a12 (diff)
downloadChibiOS-e32275f84af6e07cbe737262ce90c75f69b9a1c1.tar.gz
ChibiOS-e32275f84af6e07cbe737262ce90c75f69b9a1c1.tar.bz2
ChibiOS-e32275f84af6e07cbe737262ce90c75f69b9a1c1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1563 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/coverage/chconf.h')
-rw-r--r--test/coverage/chconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h
index 8f172f453..d7b4c7e40 100644
--- a/test/coverage/chconf.h
+++ b/test/coverage/chconf.h
@@ -124,6 +124,16 @@
/*===========================================================================*/
/**
+ * @brief Threads registry APIs.
+ * @details If enabled then the registry APIs are included in the kernel.
+ *
+ * @note The default is @p TRUE.
+ */
+#if !defined(CH_USE_REGISTRY) || defined(__DOXYGEN__)
+#define CH_USE_REGISTRY TRUE
+#endif
+
+/**
* @brief Threads synchronization APIs.
* @details If enabled then the @p chThdWait() function is included in
* the kernel.