LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Hardware Architectures

Supported library architecture defines. More...

Macros

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

Detailed Description

Supported library architecture defines.

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.

Macro Definition Documentation

#define ARCH_AVR8   0

Definition at line 54 of file Architectures.h.

#define ARCH_LPC   3

Selects the NXP ARM architecture.

Definition at line 61 of file Architectures.h.

#define ARCH_UC3   1

Definition at line 56 of file Architectures.h.

#define ARCH_XMEGA   2

Definition at line 58 of file Architectures.h.