3  *  This file contains special DoxyGen information for the generation of the main page and other special
 
   4  *  documentation pages. It is not a project source file.
 
   8  *  \brief Common library header files.
 
  10  *  This folder contains header files which are common to all parts of the LUFA library. They may be used freely in
 
  14  *  \brief Library hardware and software drivers.
 
  16  *  This folder contains all the library hardware and software drivers for each supported board and USB AVR
 
  17  *  microcontroller model.
 
  19  *  \dir LUFA/Drivers/Misc
 
  20  *  \brief Miscellaneous driver files.
 
  22  *  This folder contains drivers for aspects other than the USB interface, board hardware or AVR peripherals.
 
  24  *  \dir LUFA/Drivers/Peripheral
 
  25  *  \brief USB AVR peripheral driver files.
 
  27  *  This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible with
 
  30  *  \dir LUFA/Drivers/Peripheral/AVRU4U6U7
 
  31  *  \brief AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 AVR model peripheral driver files.
 
  33  *  This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible only with
 
  34  *  the AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 USB AVR models, such as the AT90USB1287. Its contents should <b>not</b> be
 
  35  *  included by the user application - the dispatch header file located in the parent directory should be used
 
  38  *  \dir LUFA/Drivers/USB
 
  39  *  \brief USB controller peripheral driver files.
 
  41  *  This folder contains the main header files required to implement the USB interface in the USB supporting AVR models.
 
  42  *  The header files contained directly in this folder should be included in the user application in order to gain USB
 
  43  *  functionality, and the appropriate C source files in the LowLevel and HighLevel driver folders added to the compile
 
  46  *  \dir LUFA/Drivers/USB/LowLevel
 
  47  *  \brief Low level USB driver files.
 
  49  *  This folder contains low level USB driver source files required to implement USB functionality on the USB AVR microcontrollers.
 
  51  *  \dir LUFA/Drivers/USB/HighLevel
 
  52  *  \brief High level USB driver files.
 
  54  *  This folder contains high level USB driver source files required to implement USB functionality on the USB AVR microcontrollers.
 
  56  *  \dir LUFA/Drivers/USB/Class
 
  57  *  \brief USB Class helper driver files.
 
  59  *  This folder contains drivers for implementing functionality of standardized USB classes. These are not used directly by the library,
 
  60  *  but provide a standard and library-maintained way of implementing functionality from some of the defined USB classes without extensive
 
  61  *  development effort. Is is recommended that these drivers be used where possible to reduce maintenance of user applications.
 
  63  *  \dir LUFA/Drivers/USB/Class/Device
 
  64  *  \brief USB Device Class helper driver files.
 
  66  *  Device mode drivers for the standard USB classes.
 
  68  *  \dir LUFA/Drivers/USB/Class/Host
 
  69  *  \brief USB Host Class helper driver files.
 
  71  *  Host mode drivers for the standard USB classes.
 
  73  *  \dir LUFA/Drivers/Board
 
  74  *  \brief Board hardware driver files.
 
  76  *  This folder contains drivers for interfacing with the physical hardware on supported commercial boards, primarily from
 
  77  *  the Atmel corporation. Header files in this folder should be included in user applications requiring the functionality of
 
  78  *  hardware placed on supported boards.
 
  80  *  \dir LUFA/Drivers/Board/USBKEY
 
  81  *  \brief USBKEY board hardware driver files.
 
  83  *  This folder contains drivers for hardware on the Atmel USBKEY demonstration board. The header files in this folder should
 
  84  *  not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
 
  85  *  should be included instead.
 
  87  *  \dir LUFA/Drivers/Board/STK526
 
  88  *  \brief STK526 board hardware driver files.
 
  90  *  This folder contains drivers for hardware on the Atmel STK526 development board. The header files in this folder should
 
  91  *  not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
 
  92  *  should be included instead.
 
  94  *  \dir LUFA/Drivers/Board/STK525
 
  95  *  \brief STK525 board hardware driver files.
 
  97  *  This folder contains drivers for hardware on the Atmel STK525 development board. The header files in this folder should
 
  98  *  not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
 
  99  *  should be included instead.
 
 101  *  \dir LUFA/Drivers/Board/RZUSBSTICK
 
 102  *  \brief RZUSBSTICK board hardware driver files.
 
 104  *  This folder contains drivers for hardware on the Atmel RZUSBSTICK board, as used in the Atmel "Raven" wireless kits. The header
 
 105  *  files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
 
 106  *  the parent Board directory should be included instead.
 
 108  *  \dir LUFA/Drivers/Board/ATAVRUSBRF01
 
 109  *  \brief ATAVRUSBRF01 board hardware driver files.
 
 111  *  This folder contains drivers for hardware on the Atmel ATAVRUSBRF01 board, as used in several Atmel wireless demo kits. The header
 
 112  *  files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
 
 113  *  the parent Board directory should be included instead.
 
 115  *  \dir LUFA/Drivers/Board/BUMBLEB
 
 116  *  \brief BUMBLEB board hardware driver files.
 
 118  *  This folder contains drivers for hardware on the Fletchtronics Bumble-B board (http://fletchtronics.net/bumble-b). The header
 
 119  *  files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
 
 120  *  the parent Board directory should be included instead.
 
 122  *  \dir LUFA/Drivers/Board/XPLAIN
 
 123  *  \brief XPLAIN board hardware driver files.
 
 125  *  This folder contains drivers for hardware on the Atmel XPLAIN board (all hardware revisions). The header files in this folder
 
 126  *  should not be included directly in user applications; the similarly named dispatch header files located in the parent Board
 
 127  *  directory should be included instead.
 
 129  *  \dir LUFA/Drivers/Board/EVK527
 
 130  *  \brief XPLAIN board hardware driver files.
 
 132  *  This folder contains drivers for hardware on the Atmel EVK527 development board. The header files in this folder should
 
 133  *  not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
 
 134  *  should be included instead.
 
 136  *  \dir LUFA/Drivers/Board/TEENSY
 
 137  *  \brief TEENSY board hardware driver files.
 
 139  *  This folder contains drivers for hardware on all revisions of the PJRC Teensy boards (http://www.pjrc.com/teensy/). The header
 
 140  *  files in this folder should not be included directly in user applications; the similarly named dispatch header files located
 
 141  *  in the parent Board directory should be included instead.
 
 143  *  \dir LUFA/Drivers/Board/USBTINYMKII
 
 144  *  \brief USBTINY-MKII board hardware driver files.
 
 146  *  This folder contains drivers for hardware on all revisions of the USBTINY-MKII boards (http://tom-itx.dyndns.org:81/~webpage/).
 
 147  *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 
 148  *  located in the parent Board directory should be included instead.
 
 150  *  \dir LUFA/Drivers/Board/BENITO
 
 151  *  \brief BENITO board hardware driver files.
 
 153  *  This folder contains drivers for hardware on the Benito boards (http://dorkbotpdx.org/wiki/benito). The header files in this
 
 154  *  folder should not be included directly in user applications; the similarly named dispatch header files located in the parent
 
 155  *  Board directory should be included instead.
 
 157  *  \dir LUFA/Drivers/Board/JMDBU2
 
 158  *  \brief JM-DB-U2 board hardware driver files.
 
 160  *  This folder contains drivers for hardware on the JM-DB-U2 boards (http://u2.mattair.net/). The header files in this folder
 
 161  *  should not be included directly in user applications; the similarly named dispatch header files located in the parent Board
 
 162  *  directory should be included instead.
 
 164  *  \dir LUFA/Drivers/Board/OLIMEX162
 
 165  *  \brief Olimex USB-STK-162 board hardware driver files.
 
 167  *  This folder contains drivers for hardware on the Olimex AVR-USB-162 boards (http://www.olimex.com/dev/avr-usb-162.html).
 
 168  *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 
 169  *  located in the parent Board directory should be included instead.
 
 171  *  \dir LUFA/Drivers/Board/USBFOO
 
 172  *  \brief USBFOO board hardware driver files.
 
 174  *  This folder contains drivers for hardware on the USBFOO boards (http://shop.kernelconcepts.de/product_info.php?products_id=102).
 
 175  *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 
 176  *  located in the parent Board directory should be included instead.
 
 178  *  \dir LUFA/CodeTemplates
 
 179  *  \brief Code templates for use in LUFA powered applications.
 
 181  *  This contains code templates for board drivers, sample LUFA project makefiles and other similar templates that can be copied into
 
 182  *  a LUFA powered application and modified to speed up development.
 
 184  *  \dir LUFA/CodeTemplates/DriverStubs
 
 185  *  \brief Driver stub header files for custom boards, to allow the LUFA board drivers to operate.
 
 187  *  This contains stub files for the LUFA board drivers. If the LUFA board drivers are used with board hardware other than those
 
 188  *  directly supported by the library, the BOARD parameter of the application's makefile can be set to "USER", and these stub files
 
 189  *  copied to the "/Board/" directory of the application's folder. When fleshed out with working driver code for the custom board,
 
 190  *  the corresponding LUFA board APIs will work correctly with the non-standard board hardware.