Fix the size of the calibration memory in the ATmega8515.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@536 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
505e320a1b
commit
699d5c4e8b
|
@ -1,3 +1,8 @@
|
||||||
|
2005-10-14 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* avrdude.conf.in (ATmega8515): fix size of calibration
|
||||||
|
memory.
|
||||||
|
|
||||||
2005-10-09 Joerg Wunsch <j@uriah.heep.sax.de>
|
2005-10-09 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* avrdude.conf.in: add support for ATmega640/1280/1281.
|
* avrdude.conf.in: add support for ATmega640/1280/1281.
|
||||||
|
|
|
@ -4399,7 +4399,7 @@ part
|
||||||
;
|
;
|
||||||
|
|
||||||
memory "calibration"
|
memory "calibration"
|
||||||
size = 1;
|
size = 4;
|
||||||
read = "0 0 1 1 1 0 0 0 0 0 x x x x x x",
|
read = "0 0 1 1 1 0 0 0 0 0 x x x x x x",
|
||||||
"0 0 0 0 0 0 0 0 o o o o o o o o";
|
"0 0 0 0 0 0 0 0 o o o o o o o o";
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue