Add EEPROM page instructions for the
ATmega169 so it will work for STK500v2. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@563 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
5e68193a6c
commit
b561874f07
|
@ -1,3 +1,8 @@
|
|||
2006-01-12 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avrdude.conf.in: Add EEPROM page instructions for the
|
||||
ATmega169 so it will work for STK500v2.
|
||||
|
||||
2005-12-16 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avrdude.conf.in: Added support for ATtiny24/44/84.
|
||||
|
|
|
@ -3210,6 +3210,16 @@ part
|
|||
" a7 a6 a5 a4 a3 a2 a1 a0",
|
||||
" i i i i i i i i";
|
||||
|
||||
loadpage_lo = " 1 1 0 0 0 0 0 1",
|
||||
" 0 0 0 0 0 0 0 0",
|
||||
" 0 0 0 0 0 0 a1 a0",
|
||||
" i i i i i i i i";
|
||||
|
||||
writepage = " 1 1 0 0 0 0 1 0",
|
||||
" 0 0 x x x x x a8",
|
||||
" a7 a6 a5 a4 a3 a2 0 0",
|
||||
" x x x x x x x x";
|
||||
|
||||
mode = 0x41;
|
||||
delay = 20;
|
||||
blocksize = 4;
|
||||
|
|
Loading…
Reference in New Issue