Add support for AT90USB646/647/1286/1287.

The 64 KB devices are actually guessed, as the datasheet and XML
files obviously contain a number of errors there.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@576 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2006-03-28 20:35:21 +00:00
parent dbac350f59
commit c6a31e68c6
3 changed files with 614 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2006-03-28 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: Add entries for AT90USB{64,128}{6,7}
2006-03-23 Colin O'Flynn <coflynn@newae.com>
Contributed by Wim Lewis, fix a few typos (patch #4987)