Add structure padding to the appropriate descriptor structures to maintain correct...
[pub/USBasp.git] / LUFA / ManPages / DeviceSupport.txt
1 /** \file
2 *
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.
5 */
6
7 /**
8 * \page Page_DeviceSupport Device and Hardware Support
9 *
10 * \section Sec_AVR8_Support Atmel 32-Bit UC3B AVR (UC3B)
11 * <i>The AVR32 UC3B device support is currently <b>experimental</b>, and is included for preview purposes only.</i>
12 *
13 * Currently supported UC3B models:
14 * - AT32UC3B064 (USB Host and Device)
15 * - AT32UC3B164 (USB Host and Device)
16 * - AT32UC3B0128 (USB Host and Device)
17 * - AT32UC3B1128 (USB Host and Device)
18 * - AT32UC3B0256 (USB Host and Device)
19 * - AT32UC3B1256 (USB Host and Device)
20 * - AT32UC3B0512 (USB Host and Device)
21 * - AT32UC3B1512 (USB Host and Device)
22 *
23 * Currently supported Atmel boards (see \ref Group_BoardTypes):
24 * - EVK1101
25 *
26 * \section Sec_AVR8_Support Atmel 8-Bit AVR (AVR8)
27 *
28 * Currently supported AVR8 models:
29 * - AT90USB82 (USB Device Only)
30 * - ATMEGA8U2 (USB Device Only)
31 * - AT90USB162 (USB Device Only)
32 * - ATMEGA16U2 (USB Device Only)
33 * - ATMEGA16U4 (USB Device Only)
34 * - ATMEGA32U2 (USB Device Only)
35 * - ATMEGA32U4 (USB Device Only)
36 * - ATMEGA32U6 (USB Device Only)
37 * - AT90USB646 (USB Device Only)
38 * - AT90USB647 (USB Host and Device)
39 * - AT90USB1286 (USB Device Only)
40 * - AT90USB1287 (USB Host and Device)
41 *
42 * Currently supported Atmel boards (see \ref Group_BoardTypes):
43 * - AT90USBKEY
44 * - ATAVRUSBRF01
45 * - EVK527
46 * - RZUSBSTICK
47 * - STK525
48 * - STK526
49 * - XPLAIN (Both original first revision board, and newer boards with a different Dataflash model)
50 *
51 * Currently supported third-party boards (see \ref Group_BoardTypes for makefile BOARD constant names):
52 * - Adafruit U4 Breakout Board
53 * - Arduino Uno
54 * - Busware BUI
55 * - Busware CUL V3
56 * - Fletchtronics Bumble-B (using officially recommended peripheral layout)
57 * - Kernel Concepts USBFOO
58 * - Linnix UDIP
59 * - MattairTech JM-DB-U2
60 * - Maximus USB
61 * - Microsin AVR-USB162
62 * - Minimus USB
63 * - Olimex AVR-USB-162
64 * - PJRC Teensy (all revisions and versions)
65 * - Sparkfun U2 Breakout Board
66 * - TCNISO Blackcat USB JTAG
67 * - Tempusdictum Benito
68 * - Tom's USBTINY-MKII (all revisions and versions)
69 * - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
70 */
71