Make SPI and USART peripheral dispatch driver headers in preparation for a set of...
[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 * Currently supported AVR models:
11 * - AT90USB82 (USB Device Only)
12 * - ATMEGA8U2 (USB Device Only)
13 * - AT90USB162 (USB Device Only)
14 * - ATMEGA16U2 (USB Device Only)
15 * - ATMEGA16U4 (USB Device Only)
16 * - ATMEGA32U2 (USB Device Only)
17 * - ATMEGA32U4 (USB Device Only)
18 * - ATMEGA32U6 (USB Device Only)
19 * - AT90USB646 (USB Device Only)
20 * - AT90USB647 (USB Host and Device)
21 * - AT90USB1286 (USB Device Only)
22 * - AT90USB1287 (USB Host and Device)
23 * - AT32UC3B0256 (EXPERIMENTAL)
24 *
25 * Currently supported Atmel boards:
26 * - AT90USBKEY
27 * - ATAVRUSBRF01
28 * - EVK527
29 * - EVK1101 (EXPERIMENTAL)
30 * - RZUSBSTICK
31 * - STK525
32 * - STK526
33 * - XPLAIN Revision 1 (Board AT90USB1287 only, original 45DB041D Dataflash IC)
34 * - XPLAIN Revision 2 onwards (Board AT90USB1287 only, newer 45DB642D Dataflash IC)
35 *
36 * Currently supported third-party boards (via hardware drivers):
37 * - BUMBLEB (using officially recommended peripheral layout)
38 * - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
39 */
40