ATTinyCore icon indicating copy to clipboard operation
ATTinyCore copied to clipboard

To adopt avrdude 7.2

Open mcuee opened this issue 2 years ago • 4 comments

It would be good to adopt avrdude 7.1 release in the future version of ATTinyCore.

FYI: MicroCore has adopted avrdude 7.1 https://github.com/MCUdude/MicroCore/commit/0d4e69a33efc21a23378f7adf76f2fa5f518eb6d https://github.com/MCUdude/MicroCore/commit/3730418093c90091faa5634fa60de44883a2ed88

mcuee avatar Mar 13 '23 09:03 mcuee

Binary release from Arduino avrdude-packing project. https://github.com/arduino/avrdude-packing/releases/tag/7.1-arduino.1

mcuee avatar Mar 16 '23 11:03 mcuee

Avrdude 7.1 also has support for the Micronucleus bootloader, which means that with 7.1 you can (again) use Avrdude to deal with everything upload related.

This is a good thing because it means that you don't have to handle chips running the Micronucleus bootloader with a separate tool.

It would be cool if ATtinyCore 2.0.0 used Avrdude 7.1, Urboot instead of Optiboot, and Avrdude instead of Micronucleus.

MCUdude avatar Apr 05 '23 21:04 MCUdude

Arduino avrdude-packing project has released their version of Arduino 7.2, which should be suitable for the usage here. https://github.com/arduino/avrdude-packing/releases/tag/7.2-arduino.1

mcuee avatar Oct 05 '23 14:10 mcuee

avrdude 7.3 has been released. https://github.com/avrdudes/avrdude/releases/tag/v7.3

mcuee avatar Feb 16 '24 03:02 mcuee