From 98a4a5029768be0c75d6d51fca4e73c98de4b7fa Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 31 May 2008 17:13:08 +0000 Subject: Add support for recursive mutexes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@753 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/README.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/configs/README.txt') diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt index fc4b4cce9..ba746ce68 100644 --- a/nuttx/configs/README.txt +++ b/nuttx/configs/README.txt @@ -180,6 +180,8 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_JULIAN_TIME - Enables Julian time conversions CONFIG_DEV_CONSOLE - Set if architecture-specific logic provides /dev/console. Enables stdout, stderr, stdin. + CONFIG_MUTEX_TYPES - Set to enabled support for recursive and + errorcheck mutexes. Enables pthread_mutexattr_settype(). The following can be used to disable categories of APIs supported by the OS. If the compiler supports weak functions, then it -- cgit v1.2.3