================ Revision history ============================================
5.0.0:
- Added leuart example.

4.4.0:
- uC/OS-II example switch from using mailbox to using a queue to send
  characters from the serial port to the display. Using a mailbox could lead
  to characters dropped when typing fast.

4.3.1:
- No changes.

4.3.0:
- Fixed RTC and BURTC bug in FreeRTOS examples. RTC and BURTC counter was reset
  before the counter value was read, leading to incorrect sleep durations.
- uC/OS-III example now enables the statistics task by default, which makes
  stack usage available in the IAR uC/OS-III plugin.
- Fixed ucos examples, drop fewer chars when doing "console" input.

4.2.1:
- No changes.

4.2.0:
- No changes.

4.1.1:
- Fixed bug in fatcon example, avoid endless console printf output on
  NULL string.

4.1.0:
- No changes.

4.0.0:
- Maintenance release.

3.20.12:
- Maintenance release.

3.20.5:
- Fixed bug in hardfault example for gnu gcc compilers.

3.20.2:
- Added FreeRTOS tickless and blink demo

3.20.0:
- uC/OS-III real time os examples now use version 3.03.00 of uC/OS-III.
- uC/OS-II real time os examples now use version 2.92.07 of uC/OS-II.
- Added Atollic and GCC ARM Embedded project files to examples projects.

2.0.3:
- All examples need new EM_BSP_COMMON package.

2.0.2:
- Added emWin examples
- Added Micrium uC/OS-III example
- Fixed bug in MPU example.

2.0.1:
- This release requires the EFM32_CMSIS_3.0.0 package
- Updated source and include files to CMSIS_V3
- Updated license for all examples

1.0.0:
- Initial version of EFM32G_DK3550 board support package with examples
- Includes over 20 different examples with various functionality of the Gecko
  microcontroller and the EFM32G_DK3550 development kit

