From: Bernhard Tittelbach Date: Mon, 12 Dec 2011 15:02:43 +0000 (+0000) Subject: use newer arduino avrdude X-Git-Url: https://git.realraum.at/?p=svn42.git;a=commitdiff_plain;h=17a4e20ba5801603c5da3cfb511872670a48910a use newer arduino avrdude --- diff --git a/rf433ctl/Makefile b/rf433ctl/Makefile index 25b7a0d..83a919f 100755 --- a/rf433ctl/Makefile +++ b/rf433ctl/Makefile @@ -19,6 +19,7 @@ RESET_TTY=$(RESET_TTY_DIR)reset_tty ARDUINO = $(INSTALL_DIR)/hardware/arduino ARDUINOCORE = $(ARDUINO)/cores/arduino ARDUINOVAR = $(ARDUINO)/variants/$(VARIANT) +#AVR_TOOLS_PATH = /usr/bin AVR_TOOLS_PATH = /usr/bin SRC = $(ARDUINOCORE)/wiring.c \ $(ARDUINOCORE)/wiring_analog.c $(ARDUINOCORE)/wiring_digital.c \ @@ -80,7 +81,8 @@ OBJDUMP = $(AVR_TOOLS_PATH)/avr-objdump AR = $(AVR_TOOLS_PATH)/avr-ar SIZE = $(AVR_TOOLS_PATH)/avr-size NM = $(AVR_TOOLS_PATH)/avr-nm -AVRDUDE = $(AVR_TOOLS_PATH)/avrdude +#AVRDUDE = $(AVR_TOOLS_PATH)/avrdude +AVRDUDE = $(INSTALL_DIR)/hardware/tools/avrdude REMOVE = rm -f MV = mv -f