Skip to content

Releases: per1234/Arduino-AVRISPmkII-fix

v1.0.2

26 Sep 19:31
Compare
Choose a tag to compare
It's a workaround, not a fix

Attempts to alleviate the semantic inaccuracy kindly pointed out to me
in https://github.com/per1234/Arduino-AVRISPmkII-fix/issues/1

v1.0.1

25 Sep 13:38
Compare
Choose a tag to compare
Upload Using Programmer fix

I started getting "Error while uploading: missing
'program.params.verbose' configuration parameter" when trying to Upload
Using Programmer although I have successfully done it before. The
solution was to add a platform.txt that specifies the parameter. This
platform.txt file is only used for Upload Using Programmer, the
platform.txt associated with the selected board(or the default one if
the selected board doesn't have an associated platform.txt) is used for
Burn Bootloader so I can't move the fix from programmers.txt  by
modifying the "erase" and "bootloader" avrdude platform.txt entries in
the included platform.txt unfortunately. By replacing the
{program.extra_params} with -Pusb in tools.avrdude.program.pattern I was
able to fix the issue of the Burn Bootloader workaround causing Upload
Using Programmer to upload the bootloader also.

v1.0.0

07 Sep 12:20
Compare
Choose a tag to compare
Create repository