summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-08 23:33:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-08 23:33:41 +0000
commit51835242fc57907004ec44d499b5278ac6cc822b (patch)
tree13c1a8443302b1e6527a50c27f5e1ba8ae1049ca /nuttx/configs/README.txt
parent173b6c45055ea605169f1b54458cbfbe40db467d (diff)
downloadpx4-nuttx-51835242fc57907004ec44d499b5278ac6cc822b.tar.gz
px4-nuttx-51835242fc57907004ec44d499b5278ac6cc822b.tar.bz2
px4-nuttx-51835242fc57907004ec44d499b5278ac6cc822b.zip
Add support for priority inheritance
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1581 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index e9b930cb1..cfd20b3b9 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -195,8 +195,10 @@ 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
+ CONFIG_MUTEX_TYPES - Set to enable support for recursive and
errorcheck mutexes. Enables pthread_mutexattr_settype().
+ CONFIG_PRIORITY_INHERITANCE - Set to enable support for
+ priority inheritance on mutexes and semaphores.
The following can be used to disable categories of APIs supported
by the OS. If the compiler supports weak functions, then it