aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/DirectorySummaries.txt
blob: 504742bf5b2bfabdebafa82ce989a27f09157a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
/** \file
 *
 *  This file contains special DoxyGen information for the generation of the main page and other special
 *  documentation pages. It is not a project source file.
 */

/** \dir LUFA/Common
 *  \brief Common library header files.
 *
 *  This folder contains header files which are common to all parts of the LUFA library. They may be used freely in
 *  user applications.
 *
 *  \dir LUFA/Drivers
 *  \brief Library hardware and software drivers.
 *
 *  This folder contains all the library hardware and software drivers for each supported board, architecture and
 *  microcontroller model.
 *
 *  \dir LUFA/Drivers/Misc
 *  \brief Miscellaneous driver files.
 *
 *  This folder contains drivers for aspects other than the USB interface, board hardware or microcontroller peripherals.
 *
 *  \dir LUFA/Drivers/Peripheral
 *  \brief Microcontroller peripheral driver files.
 *
 *  This folder contains drivers for various low level microcontroller peripherals, usually located on the microcontroller
 *  die within the same physical chip.
 *
 *  \dir LUFA/Drivers/USB
 *  \brief USB controller peripheral driver files.
 *
 *  This folder contains the complete LUFA USB stack and controller files, including the core driver and stack, as well
 *  as the USB class driver implementations.
 *
 *  \dir LUFA/Drivers/USB/Core
 *  \brief Core USB driver files.
 *
 *  This folder contains the core USB stack and controller driver files, to correctly implement USB functionality on the
 *  target architecture and microcontroller model. This
 *
 *  \dir LUFA/Drivers/USB/Class
 *  \brief USB Class helper driver files.
 *
 *  This folder contains drivers for implementing functionality of standardized USB classes. These are not used directly by the library,
 *  but provide a standard and library-maintained way of implementing functionality from some of the defined USB classes without extensive
 *  development effort. Is is recommended that these drivers be used where possible to reduce maintenance of user applications.
 *
 *  \dir LUFA/Drivers/USB/Class/Device
 *  \brief USB Device Class helper driver files.
 *
 *  Device mode drivers for the standard USB classes.
 *
 *  \dir LUFA/Drivers/USB/Class/Host
 *  \brief USB Host Class helper driver files.
 *
 *  Host mode drivers for the standard USB classes.
 *
 *  \dir LUFA/Drivers/Board
 *  \brief Board hardware driver files.
 *
 *  This folder contains drivers for interfacing with the physical hardware on supported commercial boards, primarily from
 *  the Atmel corporation. Header files in this folder should be included in user applications requiring the functionality of
 *  hardware placed on supported boards.
 *
 *  \dir LUFA/Drivers/Board/ADAFRUITU4
 *  \brief ADAFRUITU4 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Adafruit U4 breakout board (http://ladyada.net/products/atmega32u4breakout).
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *  \dir LUFA/Drivers/Board/ATAVRUSBRF01
 *  \brief ATAVRUSBRF01 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Atmel ATAVRUSBRF01 board, as used in several Atmel wireless demo kits. The header
 *  files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
 *  the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/BENITO
 *  \brief BENITO board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Benito boards (http://dorkbotpdx.org/wiki/benito). The header files in this
 *  folder should not be included directly in user applications; the similarly named dispatch header files located in the parent
 *  Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/BUMBLEB
 *  \brief BUMBLEB board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Fletchtronics Bumble-B board (http://fletchtronics.net/bumble-b). The header
 *  files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
 *  the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/BUI
 *  \brief BUI board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Busware BUI (http://www.busware.de/tiki-index.php?page=BUI).
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead. 
 *
 *  \dir LUFA/Drivers/Board/BLACKCAT
 *  \brief BLACKCAT board hardware driver files.
 *
 *  This folder contains drivers for hardware on the TCNISO Blackcat USB JTAG (http://www.embeddedcomputers.net/products/BlackcatUSB/.
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/CULV3
 *  \brief CULV3 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Busware CUL V3 (http://busware.de/tiki-index.php?page=CUL).
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/EVK527
 *  \brief XPLAIN board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Atmel EVK527 development board. The header files in this folder should
 *  not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
 *  should be included instead.
 *
 *  \dir LUFA/Drivers/Board/JMDBU2
 *  \brief JM-DB-U2 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the JM-DB-U2 boards (http://u2.mattair.net/). The header files in this folder
 *  should not be included directly in user applications; the similarly named dispatch header files located in the parent Board
 *  directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/MAXIMUS
 *  \brief MAXIMUS board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Maximus boards (http://www.avrusb.com/). The header files in this folder
 *  should not be included directly in user applications; the similarly named dispatch header files located in the parent Board
 *  directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/MICROSIN162
 *  \brief MICROSIN162 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Microsin AVR-USB162 board (http://microsin.ru/content/view/685/44/). The
 *  header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/MINIMUS
 *  \brief MINIMUS board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Minimus boards (http://www.minimususb.com/). The header files in this folder
 *  should not be included directly in user applications; the similarly named dispatch header files located in the parent Board
 *  directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/OLIMEX162
 *  \brief Olimex USB-STK-162 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Olimex AVR-USB-162 boards (http://www.olimex.com/dev/avr-usb-162.html).
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/RZUSBSTICK
 *  \brief RZUSBSTICK board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Atmel RZUSBSTICK board, as used in the Atmel "Raven" wireless kits. The header
 *  files in this folder should not be included directly in user applications; the similarly named dispatch header files located in
 *  the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/SPARKFUN8U2
 *  \brief SPARKFUN8U2 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Sparkfun ATMEGA8U2 breakout board (http://www.sparkfun.com/products/10277). The
 *  header files in this folder should not be included directly in user applications; the similarly named dispatch header files located
 *  in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/STK525
 *  \brief STK525 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Atmel STK525 development board. The header files in this folder should
 *  not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
 *  should be included instead.
 *
 *  \dir LUFA/Drivers/Board/STK526
 *  \brief STK526 board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Atmel STK526 development board. The header files in this folder should
 *  not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
 *  should be included instead.
 *
 *  \dir LUFA/Drivers/Board/TEENSY
 *  \brief TEENSY board hardware driver files.
 *
 *  This folder contains drivers for hardware on all revisions of the PJRC Teensy boards (http://www.pjrc.com/teensy/). The header
 *  files in this folder should not be included directly in user applications; the similarly named dispatch header files located
 *  in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/UDIP
 *  \brief UDIP board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Linnix UDIP boards (http://linnix.com/udip/).
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/UNO
 *  \brief UNO board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Arduino Uno boards (http://www.arduino.cc).
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/USBFOO
 *  \brief USBFOO board hardware driver files.
 *
 *  This folder contains drivers for hardware on the USBFOO boards (http://shop.kernelconcepts.de/product_info.php?products_id=102).
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/USBKEY
 *  \brief USBKEY board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Atmel USBKEY demonstration board. The header files in this folder should
 *  not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory
 *  should be included instead.
 *
 *  \dir LUFA/Drivers/Board/USBTINYMKII
 *  \brief USBTINY-MKII board hardware driver files.
 *
 *  This folder contains drivers for hardware on all revisions of the USBTINY-MKII boards (http://tom-itx.dyndns.org:81/~webpage/).
 *  The header files in this folder should not be included directly in user applications; the similarly named dispatch header files
 *  located in the parent Board directory should be included instead.
 *
 *  \dir LUFA/Drivers/Board/XPLAIN
 *  \brief XPLAIN board hardware driver files.
 *
 *  This folder contains drivers for hardware on the Atmel XPLAIN board (all hardware revisions). The header files in this folder
 *  should not be included directly in user applications; the similarly named dispatch header files located in the parent Board
 *  directory should be included instead.
 *
 *  \dir LUFA/CodeTemplates
 *  \brief Code templates for use in LUFA powered applications.
 *
 *  This contains code templates for board drivers, sample LUFA project makefiles and other similar templates that can be copied into
 *  a LUFA powered application and modified to speed up development.
 *
 *  \dir LUFA/CodeTemplates/DriverStubs
 *  \brief Driver stub header files for custom boards, to allow the LUFA board drivers to operate.
 *
 *  This contains stub files for the LUFA board drivers. If the LUFA board drivers are used with board hardware other than those
 *  directly supported by the library, the BOARD parameter of the application's makefile can be set to "USER", and these stub files
 *  copied to the "/Board/" directory of the application's folder. When fleshed out with working driver code for the custom board,
 *  the corresponding LUFA board APIs will work correctly with the non-standard board hardware.
 */