########################################################################
#
#                           AudioDevice.eww
#
#
########################################################################

DESCRIPTION
===========
   This example project should be used only with IAR Embedded Workbench for ARM
  It implements usb audio device class with one output and one input.


COMPATIBILITY
=============

   The example project is compatible with Olimex LPC1766-STK
  evaluation board. By default the project is configured to use the
  J-Link JTAG interface.

CONFIGURATION
=============

   After power-up the controller get clock from internal RC oscillator that
  is unstable and may fail with J-Link auto detect,In this case adaptive 
  clocking should be used. The adaptive clock can be select from menu:
  Project->Options..., section Debugger->J-Link/J-Trace  JTAG Speed - Adaptive.

  Jumpers:
   PWR_SEL     - depending of power source
   USBD-       - USB Device (1-2)  
   USBD+       - USB Device (1-2)  
   RST_E       - unfilled
   ISP_E       - unfilled

   The AudioDevice application is downloaded to the iFlash memory and executed.

GETTING STARTED
===============

  1) Start the IAR Embedded Workbench for ARM.

  2) Select File->Open->Workspace...
     Open the AudioDevice.eww workspace

  3) Connect a headset to MIC and HEADPHONE connectors of the board.

  4) Run the program.

  5) use USB cable to connect the PC to USB of the Board
     The first time the device is connected to the computer, Windows will load the
     driver for identified device. The USB Audio Device driver will be automatically
     loaded.