aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 13:06:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 13:06:30 +0000
commit824e30be80c79d866ac444b4eed7f4df0cf154c1 (patch)
tree4cb3cac306d25fc1b6ac3d2125d390156daa7669 /docs
parentfa6758bb7a5df3ebf93277433c345ba6945bb2ef (diff)
downloadChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.tar.gz
ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.tar.bz2
ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.zip
Fixed bugs 2789377 and 2789383.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@956 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r--docs/src/main.dox5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox
index 184bfab11..f4e638ca7 100644
--- a/docs/src/main.dox
+++ b/docs/src/main.dox
@@ -83,6 +83,7 @@
* - @subpage test_threads
* - @subpage test_dynamic
* - @subpage test_msg
+ * - @subpage test_mtx
* - @subpage test_events
* - @subpage test_mbox
* - @subpage test_queues
@@ -230,8 +231,8 @@
* In ChibiOS/RT the Unlock operations are always performed in Lock-reverse
* order. The Unlock API does not even have a parameter, the mutex to unlock
* is taken from an internal stack of owned mutexes.
- * This both improves the performance and is required by the priority
- * inheritance mechanism.
+ * This both improves the performance and is required by an efficient
+ * implementation of the priority inheritance mechanism.
*
* <h2>The priority inversion problem</h2>
* The mutexes in ChibiOS/RT implements the <b>full</b> priority