Skip to content

Commit 1ad57b9

Browse files
readme updated to indicate queue set support.
1 parent 6807c7f commit 1ad57b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ threading behavior itself.
8282
The library provides fake but functional FreeRTOS compatible queues. The queues
8383
do not block in any manner.
8484

85+
## Queue Sets
86+
87+
The library provides fake but functional FreeRTOS compatible queue sets.
88+
The queues sets do not block in any manner and operate as expected with
89+
queues and semaphores. NOTE: provided for projects that may have a
90+
real need for this FreeRTOS feature. However, FreeRTOS is not encouraging
91+
this feature and neither would I encourage the use of this feature. Too
92+
many caveats and potential maintenance issues.
93+
8594
## Timers
8695

8796
The library provides fake but functional FreeRTOS compatible software timers.

0 commit comments

Comments
 (0)