summaryrefslogtreecommitdiff
path: root/tuer-rfid
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-08-17 19:24:53 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-08-17 19:24:53 +0000
commit42410030c9129b252819efd8941b276ba2b8e658 (patch)
tree1cd9aa0c6881a8bbfc7be0c198cfb76e36e637db /tuer-rfid
parentfixed enumartion after bootloader (diff)
added reset function for some examples
git-svn-id: https://svn.spreadspace.org/avr/trunk@223 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'tuer-rfid')
-rw-r--r--tuer-rfid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tuer-rfid/Makefile b/tuer-rfid/Makefile
index 5f7f893..af82ef9 100644
--- a/tuer-rfid/Makefile
+++ b/tuer-rfid/Makefile
@@ -26,6 +26,8 @@ BOARD_TYPE := teenstep
OBJ := $(NAME).o heartbeat.o stepper.o ledmatrix.o sl018.o keystore.o statemachine.o eventqueue.o limits.o manual.o ajar.o
LIBS := util led lufa-descriptor-usbserial anyio
EXTERNAL_LIBS := lufa
+RESET_FUNC := ../tools/reset_lufa_cdc
+RESET_PARAM := 'r'
LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY