From bb5a512f595f95bfade58077f2798e64bdb14987 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 12 Feb 2014 14:10:50 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6709 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/templates/chconf.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'os') diff --git a/os/rt/templates/chconf.h b/os/rt/templates/chconf.h index 8a2d5efa1..09b91db5c 100644 --- a/os/rt/templates/chconf.h +++ b/os/rt/templates/chconf.h @@ -183,6 +183,15 @@ */ #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. + */ +#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE + /** * @brief Conditional Variables APIs. * @details If enabled then the conditional variables APIs are included -- cgit v1.2.3