USB Band Width test and WCID examples for USB ROM API.

Example description
The example shows how to us USBD ROM stack to creates a WCID based bandwidth test port.
The examples shows how to handle Microsoft's specific component identifier (WCID) requests
for install less WinUSB operation. Check https://github.com/pbatard/libwdi/wiki/WCID-Devices 
for more details.
No driver install is required on Windows 8 and Windows 7 systems which can update 
automatically connecting "Windows update server". For WinXP and Windows 7 machine which 
can't update automatically use latest version of Zadig tool available at 
http://sourceforge.net/projects/libwdi/files/zadig/ to install drivers. When Zadig
is used restart of the machine is required for the test tool to recognize the device.
 
Special connection requirements
Connect the USB cable between micro connector on board and to a Windows host.
Run LPCUsbTest.exe on the host. The executable uses .net 3.5 framework. 
Once the application is running click "Find LPC Device" button. Check if the
list box shows whether the app detected the device. Then select "Rx" or "Tx" radio
buttons before clicking "Start Test" button. Rx and Tx numbers are based on host receiving
and transmitting data. Since this example is just interested in through-put test it use
same memory area for Rx and Tx.

  - Embedded Artists LPC4357 Oem Board + Oem Base Board: 
    Option 1: Use USB connector J32 for connection to the PC. Make sure that jumpers JP18 
	          and JP19 are in the "Right" position and that JP17 is in the "Lower" position. 
			  See the User's Manual for instructions on where to locate the jumpers.

    Option 2: Use USB connector J21 for connection to the PC. Make sure that jumpers JP18 
	          and JP19 are in the "Left" position and that JP17 is in the "Up" position. 
			  See the User's Manual for instructions on where to locate the jumpers.

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.