mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
*avrdude.conf.in : Added bs2 and pagel to m162, patch 4766
CVS ---------------------------------------------------------------------- git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@567 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
2006-01-17 Colin O'Flynn <coflynn@newae.com>
|
2006-01-17 Colin O'Flynn <coflynn@newae.com>
|
||||||
* main.c: Fixed a typo in safemode variable names, fixed bug 15113
|
* main.c: Fixed a typo in safemode variable names, fixed bug 15113
|
||||||
|
* avrdude.conf.in : Added BS2 and pagel to M162, Patch 4766
|
||||||
|
|
||||||
2006-01-13 Joerg Wunsch <j@uriah.heep.sax.de>
|
2006-01-13 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
@@ -2902,6 +2902,8 @@ part
|
|||||||
has_jtag = yes;
|
has_jtag = yes;
|
||||||
stk500_devcode = 0x83;
|
stk500_devcode = 0x83;
|
||||||
chip_erase_delay = 9000;
|
chip_erase_delay = 9000;
|
||||||
|
pagel = 0xd7;
|
||||||
|
bs2 = 0xa0;
|
||||||
|
|
||||||
idr = 0x04;
|
idr = 0x04;
|
||||||
spmcr = 0x57;
|
spmcr = 0x57;
|
||||||
|
Reference in New Issue
Block a user