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 6807c7f commit 1ad57b9Copy full SHA for 1ad57b9
README.md
@@ -82,6 +82,15 @@ threading behavior itself.
82
The library provides fake but functional FreeRTOS compatible queues. The queues
83
do not block in any manner.
84
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
94
## Timers
95
96
The library provides fake but functional FreeRTOS compatible software timers.
0 commit comments