mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 01:14:56 +00:00
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
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2014-08-19 Rene Liebscher <R.Liebscher@gmx.de>
|
||||||
|
|
||||||
|
patch #7694 Add support for the atmega32m1
|
||||||
|
* avrdude.conf.in: added ATmega32M1
|
||||||
|
|
||||||
2014-08-18 Rene Liebscher <R.Liebscher@gmx.de>
|
2014-08-18 Rene Liebscher <R.Liebscher@gmx.de>
|
||||||
|
|
||||||
patch #8440 Print part id after signature
|
patch #8440 Print part id after signature
|
||||||
|
|||||||
@@ -8514,6 +8514,26 @@ part parent "m328"
|
|||||||
ocdrev = 1;
|
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
|
# ATtiny2313
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user