From 18548b4890abc634f4d225528c4021e136097489 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 9 Jul 2013 16:40:27 -0400 Subject: [PATCH] Fix path to avrdude for chipKIT's MPIDE installation. --- arduino-mk/chipKIT.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arduino-mk/chipKIT.mk b/arduino-mk/chipKIT.mk index f861a2c..3fb2097 100644 --- a/arduino-mk/chipKIT.mk +++ b/arduino-mk/chipKIT.mk @@ -70,6 +70,10 @@ endif AVR_TOOLS_DIR = $(ARDUINO_DIR)/hardware/pic32/compiler/pic32-tools +AVRDUDE_DIR = $(ARDUINO_DIR)/hardware/tools +AVRDUDE = $(AVRDUDE_DIR)/avrdude +AVRDUDE_CONF = $(AVRDUDE_DIR)/avrdude.conf + ALTERNATE_CORE = pic32 ALTERNATE_CORE_PATH = $(MPIDE_DIR)/hardware/pic32 ARDUINO_CORE_PATH = $(ALTERNATE_CORE_PATH)/cores/$(ALTERNATE_CORE)