Skip to content

Commit 1e8c28c

Browse files
readme updates
1 parent 78c33d3 commit 1e8c28c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ exclusively blocking on a semaphore, triggered from an ISR.
7979

8080
## Mutexes
8181

82-
TODO.
82+
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.
8386

8487
## Direct to task notifications
8588

0 commit comments

Comments
 (0)