This document describes a "Hello World" example using FreeRTOS on an embedded operating system. It creates two tasks, a Tx task that sends the string "Hello World" to a queue every second, and an Rx task that receives the string from the queue and prints it. A timer is also created that expires after 10 seconds, checks if the Rx task has received enough messages, and prints whether the example passed or failed before deleting the two tasks.