summaryrefslogtreecommitdiff
path: root/usb-led
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-05 18:20:16 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-05 18:20:19 +0100
commit2f2262229ec3c7559ef34f004e2a0946ad281b58 (patch)
tree0f4e5641d602ce8da870924f7b81317d488849b4 /usb-led
parentcall reset function @ run (diff)
added support for Adafruit Feather 32u4
Diffstat (limited to 'usb-led')
-rw-r--r--usb-led/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usb-led/Makefile b/usb-led/Makefile
index e0afd1e..28cdf3a 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -21,13 +21,13 @@
##
NAME := usb-led
-BOARD_TYPE := teensy2
+BOARD_TYPE := feather32u4
OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial usbio
EXTERNAL_LIBS := lufa
SPREADAVR_PATH := ..
-RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_lufa_cdc
-RESET_PARAM := 'r'
+#RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_lufa_cdc
+#RESET_PARAM := 'r'
LUFA_PATH := $(SPREADAVR_PATH)/contrib/lufa-LUFA-151115
LUFA_OPTS = -D USB_DEVICE_ONLY