UART interrupt example with ring buffers

Example description
The UART example shows how to use the UART in interrupt mode with transmit
and receive ring buffers.

To use the example, connect a serial cable to the board's RS232/UART port and
start a terminal program to monitor the port.  The terminal program on the host
PC should be setup for 115200-8-N-1.
Once the example is started, a small message is printed on terminal. Any data
received will be returned back to the caller.

Special connection requirements
There are no special connection requirements for this example.

  - Embedded Artists LPC4357 Oem Board + Oem Base Board. Use connector J25 on the
    Oem Base Board for USB connection to the PC.

Build procedures:
Visit the <a href="http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides">LPCOpen quickstart guides</a>
to get started building LPCOpen projects.