ElTangas / jtag2updi

UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
MIT License
329 stars 90 forks source link

Fix ATmega16/32, and add support for ATmega8/88(P,PB). #35

Closed serisman closed 4 years ago

serisman commented 4 years ago

I noticed that ATmega16 and ATmega32 didn't actually compile.

I also noticed that this compiles down small enough to fit on the ATmega8/88, so I added support for those as well.

Haven't tested any of this in the real world yet, but it was a simple enough change and they all compile without warning now.