queezythegreat / arduino-cmake

Arduino CMake Build system
645 stars 216 forks source link

Fixed #99: updated ARDUINO_AVRDUDE_PROGRAM 's PATH_SUFFIXES #100

Closed bshillingford closed 9 years ago

bshillingford commented 9 years ago
hardware/tools/avr/bin

is the correct path for Arduino's avrdude; if system avrdude is used, it won't be able to parse the Arduino SDK avrdude.conf file due to a version mismatch that breaks the config file format.