diff --git a/ChangeLog b/ChangeLog index 4455ca7e..8867d63f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-13 Theodore A. Roth + + * avrdude.conf.in: Add pagel and bs2 entries for at90s1200 device. + 2003-05-13 Theodore A. Roth * doc/TODO: Add note about avr910 device codes. diff --git a/avrdude.conf.in b/avrdude.conf.in index c7f77acc..5a2ed383 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -385,6 +385,8 @@ part desc = "AT90S1200"; stk500_devcode = 0x33; avr910_devcode = 0x13; + pagel = 0xd7; + bs2 = 0xa0; chip_erase_delay = 20000; 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";