*avrdude.conf.in: added support for m162 using stk500v2
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@561 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
645961163d
commit
d9866f6219
|
@ -1,3 +1,6 @@
|
|||
2005-12-05 Colin O'Flynn <coflynn@newae.com>
|
||||
* avrdude.conf.in: Added m162 support for stk500v2
|
||||
|
||||
2005-12-01 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avrdude.conf.in: fix the number of significant bits for
|
||||
|
|
|
@ -2935,6 +2935,11 @@ part
|
|||
" 0 0 a13 a12 a11 a10 a9 a8",
|
||||
" a7 a6 x x x x x x",
|
||||
" x x x x x x x x";
|
||||
mode = 0x41;
|
||||
delay = 10;
|
||||
blocksize = 128;
|
||||
readsize = 256;
|
||||
|
||||
;
|
||||
|
||||
timeout = 200;
|
||||
|
|
Loading…
Reference in New Issue