queezythegreat / arduino-cmake

Arduino CMake Build system
645 stars 216 forks source link

added ":a" to avrdude options, to make it work in windows. #178

Open jadc197 opened 6 years ago

jadc197 commented 6 years ago

without the fourth option, the colon in "C:/path.to.source" makes avrdude stop with error "invalid file format". see Note for [:format] option in http://www.nongnu.org/avrdude/user-manual/avrdude_4.html

MrPointer commented 6 years ago

This is a known issue, which, along with many more, has been resolved in the resurrected project. Please see #180 .