LUFA Library
Architectures.h File Reference

Supported library architecture defines. More...

Macros

#define ARCH_AVR8   0
 
#define ARCH_UC3   1
 
#define ARCH_XMEGA   2
 

Detailed Description

Architecture macros for selecting the desired target microcontroller architecture. One of these values should be defined as the value of ARCH in the user project makefile via the -D compiler switch to GCC, to select the target architecture.

The selected architecture should remain consistent with the makefile ARCH value, which is used to select the underlying driver source files for each architecture.

Note
Do not include this file directly, rather include the Common.h header file instead to gain this file's functionality.