Fix some mistakes for the ATtinyX61 family:

. high fuse has 8 bits
. there is an extended fuse (just one bit)
. the calibration area is only 1 byte


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@660 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2006-09-15 21:41:29 +00:00
parent 94d5bfaf58
commit 0380312754
2 changed files with 52 additions and 12 deletions

View File

@@ -1,3 +1,10 @@
2006-09-15 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: Fix some mistakes for the ATtinyX61 family:
. high fuse has 8 bits
. there is an extended fuse (just one bit)
. the calibration area is only 1 byte
2006-09-12 Joerg Wunsch <j@uriah.heep.sax.de>
* doc/avrdude.texi: Convert some of the tables to multitables