Implementation of several key core USB driver functions for the new USB XMEGA devices.
[pub/lufa.git] / LUFA / Common / Architectures.h
index d34ad8c..8dab72a 100644 (file)
                        /** Selects the Atmel 8-bit AVR (AT90USB* and ATMEGA*U* chips) architecture. */\r
                        #define ARCH_AVR8           0\r
 \r
-                       /** Selects the Atmel 32-bit UC3B AVR (AT32UC3B* chips) architecture. */\r
-                       #define ARCH_UC3B           1\r
+                       /** Selects the Atmel 32-bit UC3 AVR (AT32UC3* chips) architecture. */\r
+                       #define ARCH_UC3            1\r
+                       \r
+                       /** Selects the Atmel XMEGA AVR (ATXMEGA*U chips) architecture. */\r
+                       #define ARCH_XMEGA          2\r
                        \r
                        #if !defined(__DOXYGEN__)\r
                                #define ARCH_           ARCH_AVR8\r