LUFA Library  140302
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
BoardTypes.h File Reference

Supported pre-made board hardware defines. More...

Macros

#define BOARD_A3BU_XPLAINED   31
 
#define BOARD_ADAFRUITU4   23
 
#define BOARD_ATAVRUSBRF01   6
 
#define BOARD_B1_XPLAINED   44
 
#define BOARD_BENITO   13
 
#define BOARD_BIGMULTIO   46
 
#define BOARD_BLACKCAT   20
 
#define BOARD_BUI   17
 
#define BOARD_BUMBLEB   7
 
#define BOARD_C3_XPLAINED   55
 
#define BOARD_CULV3   19
 
#define BOARD_DUCE   47
 
#define BOARD_EVK1100   29
 
#define BOARD_EVK1101   27
 
#define BOARD_EVK1104   30
 
#define BOARD_EVK527   10
 
#define BOARD_JMDBU2   14
 
#define BOARD_LEONARDO   51
 
#define BOARD_MAXIMUS   21
 
#define BOARD_MICROPENDOUS_1   37
 
#define BOARD_MICROPENDOUS_2   38
 
#define BOARD_MICROPENDOUS_3   39
 
#define BOARD_MICROPENDOUS_32U2   35
 
#define BOARD_MICROPENDOUS_4   40
 
#define BOARD_MICROPENDOUS_A   36
 
#define BOARD_MICROPENDOUS_DIP   41
 
#define BOARD_MICROPENDOUS_REV1   42
 
#define BOARD_MICROPENDOUS_REV2   43
 
#define BOARD_MICROSIN162   24
 
#define BOARD_MINIMUS   22
 
#define BOARD_MULTIO   45
 
#define BOARD_NONE   1
 
#define BOARD_OLIMEX162   15
 
#define BOARD_OLIMEX32U4   48
 
#define BOARD_OLIMEXISPMK2   50
 
#define BOARD_OLIMEXT32U4   49
 
#define BOARD_RZUSBSTICK   5
 
#define BOARD_SPARKFUN8U2   26
 
#define BOARD_STANGE_ISP   54
 
#define BOARD_STK525   3
 
#define BOARD_STK526   4
 
#define BOARD_TEENSY   11
 
#define BOARD_TEENSY2   32
 
#define BOARD_TUL   28
 
#define BOARD_U2S   56
 
#define BOARD_UC3A3_XPLAINED   52
 
#define BOARD_UDIP   16
 
#define BOARD_UNO   18
 
#define BOARD_USB2AX   33
 
#define BOARD_USB2AX_V3   34
 
#define BOARD_USB2AX_V31   53
 
#define BOARD_USBFOO   25
 
#define BOARD_USBKEY   2
 
#define BOARD_USBTINYMKII   12
 
#define BOARD_USER   0
 
#define BOARD_XPLAIN   8
 
#define BOARD_XPLAIN_REV1   9
 

Detailed Description

Board macros for indicating the chosen physical board hardware to the library. These macros should be used when defining the BOARD token to the chosen hardware via the -D switch in the project makefile. If a custom board is used, the BOARD_NONE or BOARD_USER values should be selected.

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