File tree 3 files changed +3
-3
lines changed
libraries/MultiThreading/examples 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Basic Multi Threading
1
+ # Basic Multi Threading Example
2
2
3
3
This example demonstrates the basic usage of FreeRTOS Tasks for multi threading.
4
4
Original file line number Diff line number Diff line change 1
- # Mutex
1
+ # Mutex Example
2
2
3
3
This example demonstrates the basic usage of FreeRTOS Mutually Exclusive Locks (Mutex) for securing access to shared resources in multi-threading.
4
4
Please refer to other examples in this folder to better understand the usage of tasks.
Original file line number Diff line number Diff line change 1
- # Queue
1
+ # Queue Example
2
2
3
3
This example demonstrates the basic usage of FreeRTOS Queues which enables tasks to pass data between each other in a secure asynchronous way.
4
4
Please refer to other examples in this folder to better understand the usage of tasks.
You can’t perform that action at this time.
0 commit comments