We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c33d3 commit 1e8c28cCopy full SHA for 1e8c28c
README.md
@@ -79,7 +79,10 @@ exclusively blocking on a semaphore, triggered from an ISR.
79
80
## Mutexes
81
82
-TODO.
+Available. The provided fake mutexes do not block, just like the semaphores and queues.
83
+Additionally, when a unit test is completed, the library confirms that all mutex
84
+have been either deleted OR are unlocked. i.e. ensure that a particular test does
85
+not leave any mutexes in a locked state accidentally.
86
87
## Direct to task notifications
88
0 commit comments