summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2012-09-26 19:18:02 +0000
committerOthmar Gsenger <otti@wirdorange.org>2012-09-26 19:18:02 +0000
commita46ddcfb609fb92279fd5e2806cf7ecd3c31f1c3 (patch)
tree9764167a9638ac2f36c299d455f8871fc785128c
parentupdated lufa version (diff)
changed back to old LUFA version
git-svn-id: https://svn.spreadspace.org/avr/trunk@63 aa12f405-d877-488e-9caf-2d797e2a1cc7
-rw-r--r--contrib/Makefile2
-rw-r--r--usb-led/Makefile2
-rw-r--r--usb-serial/Makefile2
-rw-r--r--usb-spi/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index c99e354..e76e0b3 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -20,7 +20,7 @@
## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
##
-LUFA_VERSION := 120730
+LUFA_VERSION := 120219
all: download
download: LUFA-${LUFA_VERSION}.zip
diff --git a/usb-led/Makefile b/usb-led/Makefile
index 962cb39..d73cb3e 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -26,7 +26,7 @@ OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial
EXTERNAL_LIBS := lufa
-LUFA_PATH := ../contrib/LUFA-120730
+LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D ORDERED_EP_CONFIG
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index f3e61ff..7ec4afa 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -26,7 +26,7 @@ OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial
EXTERNAL_LIBS := lufa
-LUFA_PATH := ../contrib/LUFA-120730
+LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D ORDERED_EP_CONFIG
diff --git a/usb-spi/Makefile b/usb-spi/Makefile
index d3ebfe4..15b9bde 100644
--- a/usb-spi/Makefile
+++ b/usb-spi/Makefile
@@ -26,7 +26,7 @@ OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial
EXTERNAL_LIBS := lufa
-LUFA_PATH := ../contrib/LUFA-120730
+LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D ORDERED_EP_CONFIG