The basic_azurertos application provides a basic example of Microsoft Azure RTOS functionality.
The application creates two threads and a message queue. Thread 1 attempts to pass a message to thread 2 via the queue and then sleeps for TX_DELAY
. Thread 2 blinks the LED when the sent message is successfully received.