Add ATmega8535 support submitted by Alexander <apeter@gmx.de>

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@308 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
arcanum
2003-04-16 22:44:55 +00:00
parent 299e6aa6ad
commit 2bfb32f8a8
3 changed files with 125 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2003-04-16 Eric B. Weddington <eric@umginc.net>
* avrdude.conf.in: Add support for ATmega8535
Submitted by Alexander <apeter@gmx.de>
* NEWS: List new devices supported: ATmega8535
2003-04-09 Theodore A. Roth <troth@openavr.org>
* avr910.c: Reading a 16 bit word in paged load needs to swap the
@@ -21,7 +27,8 @@
incr supported by programmer hw, don't send addr for every byte.
2003-04-03 Eric B. Weddington <eric@umginc.net>
* confwin.c: Fix bug that allows garbage for non-existent user
* confwin.c: Fix bug that allows garbage for non-existent user
config filename on Windows.
2003-03-24 Theodore A. Roth <troth@openavr.org>