summaryrefslogtreecommitdiff
path: root/include.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-20 23:46:45 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-20 23:46:45 +0000
commit81d91fdcec032bcd97edda93fba06bca31051313 (patch)
treec385830ad5e4316e8e7a29730dae060e0949cdc2 /include.mk
parentfixed avrdude behavior (erase and flash at once - bootloader may be to fast) (diff)
added dummy reset script
git-svn-id: https://svn.spreadspace.org/avr/trunk@25 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'include.mk')
-rw-r--r--include.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include.mk b/include.mk
index 93a34fb..0c49351 100644
--- a/include.mk
+++ b/include.mk
@@ -92,6 +92,7 @@ ifeq ($(BOARD_TYPE),arduinoNG)
UPLOAD_RATE := 19200
PROG_TYPE := stk500v1
AVRDUDE_PORT := /dev/ttyUSB0
+ RESET_FUNC := ../tools/dummy_reset
endif
CC = avr-gcc