From a46ddcfb609fb92279fd5e2806cf7ecd3c31f1c3 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 26 Sep 2012 19:18:02 +0000 Subject: changed back to old LUFA version git-svn-id: https://svn.spreadspace.org/avr/trunk@63 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- contrib/Makefile | 2 +- usb-led/Makefile | 2 +- usb-serial/Makefile | 2 +- usb-spi/Makefile | 2 +- 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 . ## -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 -- cgit v1.2.3