platformio / platform-atmelmegaavr

Atmel megaAVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelmegaavr
Apache License 2.0
29 stars 21 forks source link

Upgrade to Avrdude 7.0 #46

Closed MCUdude closed 1 year ago

MCUdude commented 2 years ago

Avrdude 7.0 has been out for a while now, and Arduino has their own build with statically linked libraries that "just works".

There are lots of bug fixes and new features, but the most exciting one is probably support for SerialUPDI. It would be great if you could update Avrdude for "megaAVR's" as well as for "classic" AVRs.

Here are all the pre-compiled Arduino-build Avrdude binaries: https://github.com/arduino/avrdude-packing

πŸ‡ΊπŸ‡¦

matou78 commented 2 years ago

i updated it manually to gain access to serialupdi , didn't see any problems Should be updated in my opinion

mairas commented 1 year ago

Would be great to have this updated!

MCUdude commented 1 year ago

Avrdude 7.1 is now default on MegaCoreX, megaTinyCore and DxCore