*avrdude.conf.in: added support for m162 using stk500v2

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@561 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Colin O Flynn 2005-12-07 19:19:20 +00:00
parent b4e112fa5e
commit 0163f7076b
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -2935,7 +2935,12 @@ 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;
stabdelay = 100;