.. _freertos_hello: FreeRTOS Hello ============================ Overview -------- The freertos_hello example shows freertos task scheduling function. Board Setting ------------- No special settings are required Running the example ------------------- When the example runs successfully, the LED starts flashing and following message is displayed in the terminal: .. code-block:: console task2 is running. Toggle the led pin level. LED is off. LED is off. LED is off. LED is off. task2 is running. Toggle the led pin level. LED is on. LED is on. LED is on. task2 is running. Toggle the led pin level. LED is off. LED is off. LED is off. LED is off.