avrdudes / avrdude

AVRDUDE is a utility to program AVR microcontrollers
GNU General Public License v2.0
704 stars 136 forks source link

[bug #21499] Add support for the ATmega165* family #110

Closed avrs-admin closed 2 years ago

avrs-admin commented 2 years ago

Joerg Wunsch Fri 02 Nov 2007 07:37:53 AM UTC

The ATmega165 family is currently not supported by avrdude. Mostly same as ATmega169 except of the signatures.

file #23834: atmega165a_and_derivative.conf file #23845: atmega165a_corrected.conf

This issue was migrated from https://savannah.nongnu.org/bugs/?21499

avrs-admin commented 2 years ago

jonathan nifenecker Thu 18 Aug 2011 06:17:02 PM UTC

here is the part definition for the : atmega165a atmega165p atmega165pa atmega325a atmega325pa atmega3250a atmega3250pa atmega645a atmega645p atmega6450a atmega6450p

made from xml and datasheet.

(file #23834)

avrs-admin commented 2 years ago

jonathan nifenecker Sun 21 Aug 2011 10:04:15 PM UTC

fix an error in pgm_enable command.

(file #23845)