X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd..40728fd20dc87eebab964ce8dc42db6df3d72a65:/LUFA/ManPages/DeviceSupport.txt diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index 0e800f87c..c248bbda2 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -88,6 +88,25 @@ * Currently supported Atmel UC3 boards (see \ref Group_BoardTypes): * - EVK1100 * - EVK1101 + * - EVK1104 + * + * Currently supported third-party boards (see \ref Group_BoardTypes for makefile BOARD constant names): + * - Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers) + * + * \section Sec_XMEGA_Support Atmel USB XMEGA AVR (XMEGA) + * Note: The XMEGA device support is currently experimental, and is included for preview purposes only. + * Currently supported XMEGA models: + * - ATXMEGA16A4U (USB Device Only) + * - ATXMEGA32A4U (USB Device Only) + * - ATXMEGA64A3U (USB Device Only) + * - ATXMEGA128A3U (USB Device Only) + * - ATXMEGA192A3U (USB Device Only) + * - ATXMEGA256A3U (USB Device Only) + * - ATXMEGA256A3BU (USB Device Only) + * - ATXMEGA128A1U (USB Device Only) + * + * Currently supported Atmel XMEGA boards (see \ref Group_BoardTypes): + * - None * * Currently supported third-party boards (see \ref Group_BoardTypes for makefile BOARD constant names): * - Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)