mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 00:52:11 +08:00
Add support for priority inheritance
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1581 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<h1><big><font color="#3c34ec">
|
||||
<i>NuttX RTOS Porting Guide</i>
|
||||
</font></big></h1>
|
||||
<p>Last Updated: December 5, 2008</p>
|
||||
<p>Last Updated: March 8, 2009</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1623,8 +1623,13 @@ The system can be re-made subsequently by just typing <code>make</code>.
|
||||
provides /dev/console. Enables stdout, stderr, stdin.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_MUTEX_TYPES</code>: Set to enabled support for recursive and
|
||||
<code>CONFIG_MUTEX_TYPES</code>: Set to enable support for recursive and
|
||||
errorcheck mutexes. Enables <code>pthread_mutexattr_settype()</code>.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_PRIORITY_INHERITANCE </code>: Set to enable support for
|
||||
priority inheritance on mutexes and semaphores.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user