diff --git a/ChangeLog b/ChangeLog index 156c9f05..535de7ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-12 Joerg Wunsch + + * avrdude.conf.in: Add EEPROM page instructions for the + ATmega169 so it will work for STK500v2. + 2005-12-16 Joerg Wunsch * avrdude.conf.in: Added support for ATtiny24/44/84. diff --git a/avrdude.conf.in b/avrdude.conf.in index 96e782a5..5bf61e4f 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -3210,6 +3210,16 @@ part " a7 a6 a5 a4 a3 a2 a1 a0", " i i i i i i i i"; + loadpage_lo = " 1 1 0 0 0 0 0 1", + " 0 0 0 0 0 0 0 0", + " 0 0 0 0 0 0 a1 a0", + " i i i i i i i i"; + + writepage = " 1 1 0 0 0 0 1 0", + " 0 0 x x x x x a8", + " a7 a6 a5 a4 a3 a2 0 0", + " x x x x x x x x"; + mode = 0x41; delay = 20; blocksize = 4;