X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3dacb73af33a48a481d3017fd0e625b5f87d9a73..e5cf169469cebc3b632e36b1277efdd52fcaa09a:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 21f1b113d..0a40b1910 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2011. + Copyright (C) Dean Camera, 2012. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -171,24 +171,49 @@ /** Selects the Micropendous 32U2 specific board drivers, including the Button and LED drivers. */ #define BOARD_MICROPENDOUS_32U2 35 - /** Selects the Micropendous A specific board drivers, including the Button. */ + /** Selects the Micropendous A specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_A 36 - /** Selects the Micropendous 1 specific board drivers, including the Button. */ + /** Selects the Micropendous 1 specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_1 37 - /** Selects the Micropendous 2 specific board drivers, including the Button. */ + /** Selects the Micropendous 2 specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_2 38 - /** Selects the Micropendous 3 specific board drivers, including the Button. */ + /** Selects the Micropendous 3 specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_3 39 - /** Selects the Micropendous 4 specific board drivers, including the Button. */ + /** Selects the Micropendous 4 specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_4 40 - /** Selects the Micropendous DIP specific board drivers, including the Button. */ + /** Selects the Micropendous DIP specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_DIP 41 + /** Selects the Micropendous (Arduino-like) revision 1 specific board drivers, including the Button and LED drivers. */ + #define BOARD_MICROPENDOUS_REV1 42 + + /** Selects the Micropendous (Arduino-like) revision 2 specific board drivers, including the Button and LED drivers. */ + #define BOARD_MICROPENDOUS_REV2 43 + + /** Selects the XMEGA B1 Xplained specific board drivers, including the Button and LED drivers. */ + #define BOARD_B1_XPLAINED 44 + + /** Selects the Bitwizard Multio specific board drivers, including the driver for the board LEDs. */ + #define BOARD_MULTIO 45 + + /** Selects the Bitwizard Big-Multio specific board drivers, including the driver for the board LEDs. */ + #define BOARD_BIGMULTIO 46 + + /** Selects the DorkbotPDX Duce specific board drivers, including the driver for the board LEDs. */ + #define BOARD_DUCE 47 + + /** Selects the Olimex AVR-USB-32U4 specific board drivers, including the Button and LED drivers. */ + #define BOARD_OLIMEX32U4 48 + + /** Selects the Olimex AVR-USB-T32U4 specific board drivers, including the Button and LED drivers. */ + #define BOARD_OLIMEXT32U4 49 + + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE