c98797382ca058adb468ed637b88037aeac86670
[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 8-Bit AVR (AVR8)
11 *
12 * Currently supported AVR8 models:
13 * - AT90USB82 (USB Device Only)
14 * - ATMEGA8U2 (USB Device Only)
15 * - AT90USB162 (USB Device Only)
16 * - ATMEGA16U2 (USB Device Only)
17 * - ATMEGA16U4 (USB Device Only)
18 * - ATMEGA32U2 (USB Device Only)
19 * - ATMEGA32U4 (USB Device Only)
20 * - ATMEGA32U6 (USB Device Only)
21 * - AT90USB646 (USB Device Only)
22 * - AT90USB647 (USB Host and Device)
23 * - AT90USB1286 (USB Device Only)
24 * - AT90USB1287 (USB Host and Device)
25 *
26 * Currently supported Atmel boards (see \ref Group_BoardTypes):
27 * - AT90USBKEY
28 * - ATAVRUSBRF01
29 * - EVK527
30 * - RZUSBSTICK
31 * - STK525
32 * - STK526
33 * - XPLAIN (Both original first revision board, and newer boards with a different Dataflash model)
34 *
35 * Currently supported third-party boards (see \ref Group_BoardTypes for makefile BOARD constant names):
36 * - Adafruit U4 Breakout Board
37 * - Arduino Uno
38 * - Busware BUI
39 * - Busware CUL V3
40 * - Fletchtronics Bumble-B (using officially recommended peripheral layout)
41 * - Kernel Concepts USBFOO
42 * - Linnix UDIP
43 * - MattairTech JM-DB-U2
44 * - Maximus USB
45 * - Microsin AVR-USB162
46 * - Minimus USB
47 * - Olimex AVR-USB-162
48 * - PJRC Teensy (all revisions and versions)
49 * - Sparkfun U2 Breakout Board
50 * - TCNISO Blackcat USB JTAG
51 * - Tempusdictum Benito
52 * - Tom's USBTINY-MKII (all revisions and versions)
53 * - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
54 */
55