From 0136b7dd1bafd847f2d079187c2d689501edad20 Mon Sep 17 00:00:00 2001 From: Rene Liebscher Date: Tue, 19 Aug 2014 20:06:44 +0000 Subject: [PATCH] patch #7694 Add support for the atmega32m1 * avrdude.conf.in: added ATmega32M1 git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1333 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 5 +++++ avrdude.conf.in | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4caee166..c1a97312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-08-19 Rene Liebscher + + patch #7694 Add support for the atmega32m1 + * avrdude.conf.in: added ATmega32M1 + 2014-08-18 Rene Liebscher patch #8440 Print part id after signature diff --git a/avrdude.conf.in b/avrdude.conf.in index e4285857..d6c53d66 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -8514,6 +8514,26 @@ part parent "m328" ocdrev = 1; ; +#------------------------------------------------------------ +# ATmega32m1 +#------------------------------------------------------------ + +part parent "m328" + id = "m32m1"; + desc = "ATmega32M1"; + # stk500_devcode = 0x; + # avr910_devcode = 0x; + signature = 0x1e 0x95 0x84; + bs2 = 0xe2; + + memory "efuse" + read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0", + "x x x x x x x x o o o o o o o o"; + write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0", + "x x x x x x x x x x i i i i i i"; + ; +; + #------------------------------------------------------------ # ATtiny2313 #------------------------------------------------------------