aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-07-09 16:40:27 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2013-07-09 16:40:27 -0400
commit18548b4890abc634f4d225528c4021e136097489 (patch)
treeffb2c7c4450daae23f1cc72cfea98ac7679a9175 /arduino-mk
parent474da2ced413a892f455ebf99a8029b3cd753d79 (diff)
Fix path to avrdude for chipKIT's MPIDE installation.
Diffstat (limited to 'arduino-mk')
-rw-r--r--arduino-mk/chipKIT.mk4
1 files changed, 4 insertions, 0 deletions
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)