From 762f617169c844435ded5f85ab13975349bc4e36 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Wed, 5 Mar 2003 01:42:57 +0000 Subject: [PATCH] Add PAGEL and BS2 parms for parts I have datasheets for. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@257 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/avrdude.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/avrdude/avrdude.conf.in b/avrdude/avrdude.conf.in index 912c7d2f..47340e9b 100644 --- a/avrdude/avrdude.conf.in +++ b/avrdude/avrdude.conf.in @@ -1219,6 +1219,8 @@ part id = "m16"; desc = "ATMEGA16"; devicecode = 0x82; + pagel = 0xd7; + bs2 = 0xa0; chip_erase_delay = 9000; pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1", "x x x x x x x x x x x x x x x x"; @@ -1322,6 +1324,8 @@ part desc = "ATMEGA163"; devicecode = 0x81; chip_erase_delay = 32000; + pagel = 0xd7; + bs2 = 0xa0; pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1", "x x x x x x x x x x x x x x x x"; @@ -1554,6 +1558,8 @@ part id = "m8"; desc = "ATMEGA8"; devicecode = 0x70; + pagel = 0xd7; + bs2 = 0xc2; chip_erase_delay = 9000; pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1", "x x x x x x x x x x x x x x x x";