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! > > > The avrdude.conf file might then, for example look like: > > > reset = _6; > > Rather: > > reset = ~6; Fully agree. I saw the tilde being used down in the config file and tried it for the parallel port programmer. When that didn't help, I thought the tilde was reserved for another function, but I couldn't find any docs about this. > > The tilde is already used as an inversion character by the > serbb code. Thanks, Bram
_______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
