mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
Submitted by: Kjetil Kjeka:
patch #9317: Support atmega64m1 as part * avrdue.conf.in (ATmega64M1): New entry. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1410 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -8787,6 +8787,30 @@ part parent "m328"
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega64m1
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent "m328"
|
||||
id = "m64m1";
|
||||
desc = "ATmega64M1";
|
||||
# stk500_devcode = 0x;
|
||||
# avr910_devcode = 0x;
|
||||
signature = 0x1e 0x96 0x84;
|
||||
bs2 = 0xe2;
|
||||
|
||||
memory "efuse"
|
||||
size = 1;
|
||||
min_write_delay = 4500;
|
||||
max_write_delay = 4500;
|
||||
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
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user