[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] avrdude upgrade
From: |
E. Weddington |
Subject: |
Re: [avr-gcc-list] avrdude upgrade |
Date: |
Wed, 10 Sep 2003 15:07:35 GMT |
> Hi all,
> I don't understand if avrdude 4.2.0 suports the
atmega8515 devices.
> I'm using the rpm package "avrdude-4.2.0-1.i386.rpm":
>
> Thanks
>
> Ezio Balbo
>
In the avrdude user manual (you did read it, correct?), to
list all the devices supported:
avrdude -p ?
It looks like the mega8535 is currently supported, but not
the mega8515.
You can write support for it yourself in the avrdude
configuration file, or perhaps some kind soul on this list
would volunteer to do it.
Eric