arduino / avrdude-packing

This repository contains the release pipeline to build statically avrdude
6 stars 1 forks source link

Correct patch for ATtiny85 erase and flash delay config adjustments #8

Closed per1234 closed 2 years ago

per1234 commented 2 years ago

The previous version of the patch had been incorrectly ported to AVRDUDE 7.0, resulting in some of the changes being applied to the ATtiny2313 and AT90PWM2 parts instead of ATtiny85 as intended.

Reference: https://github.com/arduino/avrdude-build-script/blob/master/avrdude-6.3-patches/60-avrdude-6.3-attiny85_delay_increase.patch

facchinm commented 2 years ago

The magic of patch command :slightly_smiling_face: Good catch in finding it! Thanks