Add support for the ATtiny25/45/85. Note that only the ATtiny45

appears to have a complete XML description right now.

Document all the recently added new devices: AT90PWM2/3,
ATmega164/324/644, ATmega329x/649x, ATtiny25/45/85.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@489 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2005-08-28 19:37:59 +00:00
parent a43322176d
commit 4bd79b2880
4 changed files with 459 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2005-08-28 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: Add support for the ATtiny25/45/85. Note that
only the ATtiny45 appears to have a complete XML description right
now.
* avrdude.1: Mention all the recently added device support: AT90PWM2/3,
ATmega164/324/644, ATmega329x/649x, ATtiny25/45/85.
* doc/avrdude.texi: (Ditto.)
2005-08-17 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: fix the EEPROM size for ATmega329x/649x.