summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2012-09-26 19:02:32 +0000
committerOthmar Gsenger <otti@wirdorange.org>2012-09-26 19:02:32 +0000
commit7c870063c0557ed274edef0aee104df0387b26f1 (patch)
treef65e654085fe798fa92e5d70d8e599b67e51c1e1
parentadded download makefile in contrib (diff)
updated lufa version
git-svn-id: https://svn.spreadspace.org/avr/trunk@62 aa12f405-d877-488e-9caf-2d797e2a1cc7
-rw-r--r--AUTHORS3
-rw-r--r--usb-led/Makefile2
-rw-r--r--usb-serial/Makefile2
-rw-r--r--usb-spi/Makefile2
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 <equinox@spreadspace.org> \ No newline at end of file
+Christian Pointner <equinox@spreadspace.org>
+Othmar Gsenger <otti@gsenger.com>
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