From 7c870063c0557ed274edef0aee104df0387b26f1 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 26 Sep 2012 19:02:32 +0000 Subject: updated lufa version git-svn-id: https://svn.spreadspace.org/avr/trunk@62 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- AUTHORS | 3 ++- usb-led/Makefile | 2 +- usb-serial/Makefile | 2 +- usb-spi/Makefile | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 371ae22..3e0b0dd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,2 @@ -Christian Pointner \ No newline at end of file +Christian Pointner +Othmar Gsenger diff --git a/usb-led/Makefile b/usb-led/Makefile index d73cb3e..962cb39 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-120219 +LUFA_PATH := ../contrib/LUFA-120730 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 7ec4afa..f3e61ff 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-120219 +LUFA_PATH := ../contrib/LUFA-120730 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 15b9bde..d3ebfe4 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-120219 +LUFA_PATH := ../contrib/LUFA-120730 LUFA_OPTS = -D USB_DEVICE_ONLY LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0 LUFA_OPTS += -D ORDERED_EP_CONFIG -- cgit v1.2.3