peplin / arduino.mk

DEPRECATED FORK: Arduino Makefile with chipKIT support
http://christopherpeplin.com/2011/12/chipkit-arduino-makefile/
GNU Lesser General Public License v2.1
11 stars 4 forks source link

AVR_TOOLS are in different paths in Arduino 0023 and MPIDE 0023 #11

Closed peplin closed 12 years ago

peplin commented 12 years ago

In Arduino it's just ARDUINO_DIR/hardware/tools but in MPIDE it's ARDUINO_DIR/hardware/tools/avr/{bin,etc}

peplin commented 12 years ago

Thankfully, Arduino 1.0 uses the longer path like MPIDE, so this will be resolved when we add support for 1.0.

peplin commented 12 years ago

Updated to 1.0, so this is moot.