LUFA Library
120219
|
Supported library architecture defines. More...
Defines | |
#define | ARCH_AVR8 0 |
#define | ARCH_UC3 1 |
#define | ARCH_XMEGA 2 |
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.