uC/OS-III RTOS on EFM32 using example.

This is a port of the uC/OS-III RTOS from Micrium Inc, http://www.micrium.com

The port has been adapted by Silicon Labs for use with our Development Kit..
It requires the standard EFM32 CMSIS package (including emlib).

The example has three tasks:
 - Task1: LED blink task
 - Task2: Receives characters from serial port and posts message to Task3
 - Task3: Receives message from Task2 and writes it on LCD and serial port

USART1 is used, GPIO port C pins 0 and 1, baudrate 115200-8-N-1. No thread
safety has been added around the simple "printf" usage provided. For commercial
use, contact Micrium, http://www.micrium.com for details.

uC/OS-III is provided in source form for FREE evaluation, for educational use
or for peaceful research.

If you plan on using uC/OS-III in a commercial product you need to contact
Micrium to properly license its use in your product. We provide ALL the
source code for your convenience and to help you experience uC/OS-III.
The fact that the source is provided does NOT mean that you can use it without
paying a licensing fee.

For commercial use, contact Micrium, http://www.micrium.com for details.

Board:  Silicon Labs EFM32G_DK3550 Development Kit
Device: EFM32G890F128
