You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,6 +152,23 @@ These tutorials and examples show you how to perform specific tasks that use the
147
152
148
153
#### Using RTOS APIs
149
154
155
+
Option 1:
156
+
157
+
| API | Examples | Tutorials |
158
+
| --- | --- | --- |
159
+
| EventQueue |[Chaining events from more than one queue](../apis/eventqueue.html#eventqueue-example-chaining-events-from-more-than-one-queue)</br> [Deferring from interrupt context](../apis/eventqueue.html#eventqueue-example-deferring-from-interrupt-contextl) </br> [Posting events to the queue](../apis/eventqueue.html#eventqueue-example-posting-events-to-the-queue) </br> [Shared event: deferring from interrupt context](../apis/eventqueue.html#shared-event-example-running-the-shared-queue-from-main)</br> [Shared event: running the shared queue from main](../apis/eventqueue.html#shared-event-example-running-the-shared-queue-from-main)|[Tutorial](the-eventqueue-api.html)|
| Thread |[Thread example](../apis/thread.html#thread-example)</br> [Thread example with callbacks](../apis/thread.html#thread-example-with-callbacks)</br> ||
0 commit comments