From fcd9cf2e096d4b920d9f766edcb24e2194b4f2ea Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Wed, 15 Jun 2005 04:46:12 +0000 Subject: [PATCH] According to the part description XML file, set AllowFullPageBitStream for the AT90CAN128 to "no". git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@477 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 4 ++++ avrdude.conf.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4557e7fc..86b20a25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-15 Joerg Wunsch + + * avrdude.conf.in: The AT90CAN128 has AllowFullPageBitstream = no. + 2005-06-14 Joerg Wunsch * avrdude.conf.in: Add support for the ATmega164/324/644. diff --git a/avrdude.conf.in b/avrdude.conf.in index 0efc298e..9a5e62c1 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -2062,6 +2062,7 @@ part spmcr = 0x57; rampz = 0x3b; eecr = 0x3f; + allowfullpagebitstream = no; memory "eeprom" paged = no; /* leave this "no" */