On 4/11/06, Brammeleman <[EMAIL PROTECTED]> wrote: > > On 4/11/06, Joerg Wunsch <[EMAIL PROTECTED]> 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 _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
