FreeRTOS Examples list ¶
|
Example name |
Description |
|---|---|
|
mutex |
The example demonstrates how to configure and use the FreeRTOS™ API to synchronize two threads using a mutex. |
|
message_queue |
The example demonstrates how to configure and use the FreeRTOS API to synchronize between threads using message queue. |
|
low_power |
Configure the LowPower based on TICKLESS_IDLE feature. Make system enter stop mode and wakeup on LPTIM interrupt. |
|
task_notification |
The example demonstrates how to configure and use the FreeRTOS API to synchronize between threads using task notification and software timers. |
Links ¶
What is FreeRTOS? : What is FreeRTOS ?