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