XMegaForArduino/arduino

avrdude 6.1 needs full support - avrdude.conf

bombasticbob opened this issue · 1 comments

currently the project is supporting avrdude 5.11 since THIS appears to be the version being used by Debian, Ubuntu, and FreeBSD at the moment. however, there is a NEWER version, 6.1, that will need to be supported. Other versions probably NOT worth supporting at this time.

I have already submitted the same stk500v2.c patch that I submitted for 5.11 to the 'patches' repository. What needs to be done NOW is correctly identify the changes to avrdude.conf in patch.avrdude.conf in THIS repository.

The current patch for avrdude.conf is for the 5.11 release version. because it's no longer simply adding things to the end, it's likely NOT to work for the 6.1 release. As such, separate patches for 5.11 and 6.1 need to be created in THIS repository.

patch files have been re-done so that 5.11 and 6.1 have different patches. operation verified (for the most part).