================ 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.
- USB host HID keyboard example (usbhhidkbd) now handles n-key rollover (NKRO).

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:
- Fixed media Eject operation in USB MSD examples (usbdmsd, usbdtouch and
  usbdcomposite).

4.0.0:
- Added USB audio microphone device example.
- Added USB audio headphone device example.
- Added webserver example.

3.20.12:
- Fixed MSD device example, formatting now OK on WinXP.

3.20.5:
- Fixed bug in hardfault example for gnu gcc compilers.
- Added new USB composite device example project.

3.20.2:
- Added FreeRTOS 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.
- USB device MSD examples now automatically flush pending media writes.

2.0.3:
- All examples need new EM_BSP_COMMON package.

2.0.2:
- Added Micrium uC/OS-II/III examples
- Added examples graphxy, guidemo, radialmenu, realtime, reversi, touch and
  usbdtouch.

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

1.3.1:
- This update includes prebuilt binaries of all examples
- Added VBUS overcurrent monitoring in USB host examples.
- Added BSP SPI disable when enabling peripherals with conflicting pin usage
- Fixed BSP pin mux issues in DVK_peripheralEnable related to Analog Diff In
- Added new hardfault handler example
- Added new mandelbrot examples
- Added new touch (TFT-LCD) example
- Added new norflash (16MB external flash) example
- Added information in readme files about binaries exceeding 32KB (trial)
- TRACE_SWOSetup(), minor fix, removed unneeded assignment
- Added TRACE_ProfilerSetup() to most examples, which will configure the demo
  applications for Profiler usage if first word of user data page is non-zero
- Added USB energy-saving modes in USB device HID keyboard example.

1.2.2:
- This package requires EFM32_CMSIS_2.3.2
- Fixed alignment of DMA control block used by examples
- Added USB Device MSD example

1.2.1:
- Improved doxygen documentation of BSP
- Added 4 USB Host examples
- Improved SPI for SD-Card implementation.
- Corrected use of f_opendir() in all FatFS based examples.
- FatFS upgraded from R0.08 to R0.09.

1.1.0:
- First public release of EFM32LG-DK3650 board support package
- This package requires EFM32_CMSIS_2.2.2
