MCUdude / MightyCore

Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535
Other
649 stars 182 forks source link

Adding ATmega32U4 Arduino as ISP programmer #229

Closed emarlfox closed 2 years ago

emarlfox commented 2 years ago

This allows the use of ATmega32U4-based boards (e.g. Arduino Leonardo) as an ISP for MightyCore.

Reference: https://github.com/arduino/ArduinoCore-avr/blob/master/programmers.txt#L53-L60

MCUdude commented 2 years ago

Thanks!