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/AVR8
31 * \brief AVR8 AVR microcontroller model specific peripheral driver files.
33 * This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible only with
34 * the 8-bit AVR microcontroller models, such as the AT90USB1287. Its contents should <b>not</b> be included by the
35 * user application - the dispatch header file located in the parent directory should be used instead.
37 * \dir LUFA/Drivers/USB
38 * \brief USB controller peripheral driver files.
40 * This folder contains the main header files required to implement the USB interface in the USB supporting AVR models.
41 * The header files contained directly in this folder should be included in the user application in order to gain USB
42 * functionality, and the appropriate C source files in the LowLevel and HighLevel driver folders added to the compile
45 * \dir LUFA/Drivers/USB/LowLevel
46 * \brief Low level USB driver files.
48 * This folder contains low level USB driver source files required to implement USB functionality on the USB AVR microcontrollers.
50 * \dir LUFA/Drivers/USB/HighLevel
51 * \brief High level USB driver files.
53 * This folder contains high level USB driver source files required to implement USB functionality on the USB AVR microcontrollers.
55 * \dir LUFA/Drivers/USB/Class
56 * \brief USB Class helper driver files.
58 * This folder contains drivers for implementing functionality of standardized USB classes. These are not used directly by the library,
59 * but provide a standard and library-maintained way of implementing functionality from some of the defined USB classes without extensive
60 * development effort. Is is recommended that these drivers be used where possible to reduce maintenance of user applications.
62 * \dir LUFA/Drivers/USB/Class/Device
63 * \brief USB Device Class helper driver files.
65 * Device mode drivers for the standard USB classes.
67 * \dir LUFA/Drivers/USB/Class/Host
68 * \brief USB Host Class helper driver files.
70 * Host mode drivers for the standard USB classes.
72 * \dir LUFA/Drivers/Board
73 * \brief Board hardware driver files.
75 * This folder contains drivers for interfacing with the physical hardware on supported commercial boards, primarily from
76 * the Atmel corporation. Header files in this folder should be included in user applications requiring the functionality of
77 * hardware placed on supported boards.
79 * \dir LUFA/Drivers/Board/USBKEY
80 * \brief USBKEY board hardware driver files.
82 * This folder contains drivers for hardware on the Atmel USBKEY demonstration board. The header files in this folder should
83 * not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
84 * should be included instead.
86 * \dir LUFA/Drivers/Board/STK526
87 * \brief STK526 board hardware driver files.
89 * This folder contains drivers for hardware on the Atmel STK526 development board. The header files in this folder should
90 * not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
91 * should be included instead.
93 * \dir LUFA/Drivers/Board/STK525
94 * \brief STK525 board hardware driver files.
96 * This folder contains drivers for hardware on the Atmel STK525 development board. The header files in this folder should
97 * not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
98 * should be included instead.
100 * \dir LUFA/Drivers/Board/RZUSBSTICK
101 * \brief RZUSBSTICK board hardware driver files.
103 * This folder contains drivers for hardware on the Atmel RZUSBSTICK board, as used in the Atmel "Raven" wireless kits. The header
104 * files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
105 * the parent Board directory should be included instead.
107 * \dir LUFA/Drivers/Board/ATAVRUSBRF01
108 * \brief ATAVRUSBRF01 board hardware driver files.
110 * This folder contains drivers for hardware on the Atmel ATAVRUSBRF01 board, as used in several Atmel wireless demo kits. The header
111 * files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
112 * the parent Board directory should be included instead.
114 * \dir LUFA/Drivers/Board/BUMBLEB
115 * \brief BUMBLEB board hardware driver files.
117 * This folder contains drivers for hardware on the Fletchtronics Bumble-B board (http://fletchtronics.net/bumble-b). The header
118 * files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
119 * the parent Board directory should be included instead.
121 * \dir LUFA/Drivers/Board/XPLAIN
122 * \brief XPLAIN board hardware driver files.
124 * This folder contains drivers for hardware on the Atmel XPLAIN board (all hardware revisions). The header files in this folder
125 * should not be included directly in user applications; the similarly named dispatch header files located in the parent Board
126 * directory should be included instead.
128 * \dir LUFA/Drivers/Board/EVK527
129 * \brief XPLAIN board hardware driver files.
131 * This folder contains drivers for hardware on the Atmel EVK527 development board. The header files in this folder should
132 * not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
133 * should be included instead.
135 * \dir LUFA/Drivers/Board/TEENSY
136 * \brief TEENSY board hardware driver files.
138 * This folder contains drivers for hardware on all revisions of the PJRC Teensy boards (http://www.pjrc.com/teensy/). The header
139 * files in this folder should not be included directly in user applications; the similarly named dispatch header files located
140 * in the parent Board directory should be included instead.
142 * \dir LUFA/Drivers/Board/USBTINYMKII
143 * \brief USBTINY-MKII board hardware driver files.
145 * This folder contains drivers for hardware on all revisions of the USBTINY-MKII boards (http://tom-itx.dyndns.org:81/~webpage/).
146 * The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
147 * located in the parent Board directory should be included instead.
149 * \dir LUFA/Drivers/Board/BENITO
150 * \brief BENITO board hardware driver files.
152 * This folder contains drivers for hardware on the Benito boards (http://dorkbotpdx.org/wiki/benito). The header files in this
153 * folder should not be included directly in user applications; the similarly named dispatch header files located in the parent
154 * Board directory should be included instead.
156 * \dir LUFA/Drivers/Board/JMDBU2
157 * \brief JM-DB-U2 board hardware driver files.
159 * This folder contains drivers for hardware on the JM-DB-U2 boards (http://u2.mattair.net/). The header files in this folder
160 * should not be included directly in user applications; the similarly named dispatch header files located in the parent Board
161 * directory should be included instead.
163 * \dir LUFA/Drivers/Board/OLIMEX162
164 * \brief Olimex USB-STK-162 board hardware driver files.
166 * This folder contains drivers for hardware on the Olimex AVR-USB-162 boards (http://www.olimex.com/dev/avr-usb-162.html).
167 * The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
168 * located in the parent Board directory should be included instead.
170 * \dir LUFA/Drivers/Board/USBFOO
171 * \brief USBFOO board hardware driver files.
173 * This folder contains drivers for hardware on the USBFOO boards (http://shop.kernelconcepts.de/product_info.php?products_id=102).
174 * The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
175 * located in the parent Board directory should be included instead.
177 * \dir LUFA/CodeTemplates
178 * \brief Code templates for use in LUFA powered applications.
180 * This contains code templates for board drivers, sample LUFA project makefiles and other similar templates that can be copied into
181 * a LUFA powered application and modified to speed up development.
183 * \dir LUFA/CodeTemplates/DriverStubs
184 * \brief Driver stub header files for custom boards, to allow the LUFA board drivers to operate.
186 * This contains stub files for the LUFA board drivers. If the LUFA board drivers are used with board hardware other than those
187 * directly supported by the library, the BOARD parameter of the application's makefile can be set to "USER", and these stub files
188 * copied to the "/Board/" directory of the application's folder. When fleshed out with working driver code for the custom board,
189 * the corresponding LUFA board APIs will work correctly with the non-standard board hardware.