According to the part description XML file, set AllowFullPageBitStream for
the AT90CAN128 to "no". git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@477 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
f6b3053f39
commit
7dea3d5801
|
@ -1,3 +1,7 @@
|
|||
2005-06-15 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avrdude.conf.in: The AT90CAN128 has AllowFullPageBitstream = no.
|
||||
|
||||
2005-06-14 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avrdude.conf.in: Add support for the ATmega164/324/644.
|
||||
|
|
|
@ -2062,6 +2062,7 @@ part
|
|||
spmcr = 0x57;
|
||||
rampz = 0x3b;
|
||||
eecr = 0x3f;
|
||||
allowfullpagebitstream = no;
|
||||
|
||||
memory "eeprom"
|
||||
paged = no; /* leave this "no" */
|
||||
|
|
Loading…
Reference in New Issue