avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] Support for at-isp v1.1?


From: Brammeleman
Subject: Re: [avrdude-dev] Support for at-isp v1.1?
Date: Tue, 11 Apr 2006 16:33:37 +0000

On 4/11/06, Brammeleman <address@hidden> wrote:
>
> On 4/11/06, Joerg Wunsch <address@hidden> wrote:
> > > - Would it be possible let avrdude invert the programming signals,
> > > so that a board like this would be directly supported?
> >
> > Sure, please go ahead and implement it.  Should be trivial.
> I'll try the patch you sent, later today. I'm not familiar with the
> source code, but I'll give it a try!
>
Hi Joerg,
Thanks so much for the patch! I can confirm that it works perfectly!!
I don't know how the avrdude development is  organised, but can I assume
that the patch is applied to the 'official' source one day?
Then I would also like to submit the programmer configuration for
avrdude.conf:

programmer
  id    = "atisp";
  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from
<http://micro-research.co.th/> micro-research.co.th";
  type  = par;
  reset = ~6;
  sck   = ~8;
  mosi  = ~7;
  miso  = ~10;
;

Bests,
Bram
--
nerd notes on http://nerdnotes.org


reply via email to

[Prev in Thread] Current Thread [Next in Thread]