f93dbb2777b71f922a963968ccf00aab971ec64b
[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 UC3 AVR (UC3)
11 * <i>The AVR32 UC3 device support is currently <b>experimental</b>, and is included for preview purposes only.</i>
12 *
13 * Currently supported UC3 models:
14 * - AT32UC3A064 (USB Host and Device)
15 * - AT32UC3A164 (USB Host and Device)
16 * - AT32UC3A364 (USB Host and Device)
17 * - AT32UC3A364S (USB Host and Device)
18 * - AT32UC3B064 (USB Host and Device)
19 * - AT32UC3B164 (USB Host and Device)
20 * - AT32UC3A0128 (USB Host and Device)
21 * - AT32UC3A1128 (USB Host and Device)
22 * - AT32UC3A3128 (USB Host and Device)
23 * - AT32UC3A3128S (USB Host and Device)
24 * - AT32UC3B0128 (USB Host and Device)
25 * - AT32UC3B1128 (USB Host and Device)
26 * - AT32UC3A0256 (USB Host and Device)
27 * - AT32UC3A1256 (USB Host and Device)
28 * - AT32UC3A3256 (USB Host and Device)
29 * - AT32UC3A3256S (USB Host and Device)
30 * - AT32UC3B0256 (USB Host and Device)
31 * - AT32UC3B1256 (USB Host and Device)
32 * - AT32UC3A0512 (USB Host and Device)
33 * - AT32UC3A1512 (USB Host and Device)
34 * - AT32UC3B0512 (USB Host and Device)
35 * - AT32UC3B1512 (USB Host and Device)
36 *
37 * Currently supported Atmel boards (see \ref Group_BoardTypes):
38 * - EVK1101
39 *
40 * \section Sec_AVR8_Support Atmel 8-Bit AVR (AVR8)
41 *
42 * Currently supported AVR8 models:
43 * - AT90USB82 (USB Device Only)
44 * - ATMEGA8U2 (USB Device Only)
45 * - AT90USB162 (USB Device Only)
46 * - ATMEGA16U2 (USB Device Only)
47 * - ATMEGA16U4 (USB Device Only)
48 * - ATMEGA32U2 (USB Device Only)
49 * - ATMEGA32U4 (USB Device Only)
50 * - ATMEGA32U6 (USB Device Only)
51 * - AT90USB646 (USB Device Only)
52 * - AT90USB647 (USB Host and Device)
53 * - AT90USB1286 (USB Device Only)
54 * - AT90USB1287 (USB Host and Device)
55 *
56 * Currently supported Atmel boards (see \ref Group_BoardTypes):
57 * - AT90USBKEY
58 * - ATAVRUSBRF01
59 * - EVK527
60 * - RZUSBSTICK
61 * - STK525
62 * - STK526
63 * - XPLAIN (Both original first revision board, and newer boards with a different Dataflash model)
64 *
65 * Currently supported third-party boards (see \ref Group_BoardTypes for makefile BOARD constant names):
66 * - Adafruit U4 Breakout Board
67 * - Arduino Uno
68 * - Busware BUI
69 * - Busware CUL V3
70 * - Fletchtronics Bumble-B (using officially recommended peripheral layout)
71 * - Kernel Concepts USBFOO
72 * - Linnix UDIP
73 * - MattairTech JM-DB-U2
74 * - Maximus USB
75 * - Microsin AVR-USB162
76 * - Minimus USB
77 * - Olimex AVR-USB-162
78 * - PJRC Teensy (all revisions and versions)
79 * - Sparkfun U2 Breakout Board
80 * - TCNISO Blackcat USB JTAG
81 * - Tempusdictum Benito
82 * - Tom's USBTINY-MKII (all revisions and versions)
83 * - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
84 */
85