From 006341ca4021053d0bc528b0cae945a0531f076d Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 16 Aug 2011 14:57:56 +0000 Subject: [PATCH] Submitted by Durant Gilles: Fix flash addressing bits for manual ISP algorithm in ATtiny4313. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@968 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 6 ++++++ avrdude.conf.in | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f4d513f..5cfb375f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-16 Joerg Wunsch + + Submitted by Durant Gilles: + * avrdude.conf.in (ATtiny4313): Fix flash addressing bits for manual ISP + algorithm. + 2011-08-16 Joerg Wunsch Submitted by Philip: diff --git a/avrdude.conf.in b/avrdude.conf.in index f396e7dc..56523c32 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -9591,17 +9591,17 @@ part loadpage_lo = " 0 1 0 0 0 0 0 0", " 0 0 0 x x x x x", - " x x x x a3 a2 a1 a0", + " x x x a4 a3 a2 a1 a0", " i i i i i i i i"; loadpage_hi = " 0 1 0 0 1 0 0 0", " 0 0 0 x x x x x", - " x x x x a3 a2 a1 a0", + " x x x a4 a3 a2 a1 a0", " i i i i i i i i"; writepage = " 0 1 0 0 1 1 0 0", " 0 0 0 0 0 a10 a9 a8", - " a7 a6 a5 a4 x x x x", + " a7 a6 a5 x x x x x", " x x x x x x x x"; mode = 0x41;