ATMEL 2006

Readme file to compile AT90USBxxx software demonstration under AVRGCC:

- Until official AT90USBxxx support in AVRGCC, the sfr description file should be added manually
  in the GCC distribution. Thus "ioAT90USB1287.h" file should be added to your avrgcc installation
  (usually something like :"C:\WinAVR\avr\include\avr" for winavr users);

- The io.h file of the avrgcc distribution should be motified to add an entry to the AT90USB1287 product:
            #elif defined (__AVR_AT90USBxxx__)
            #  include <avr/ioAT90USB1287.h>

