As Brammeleman 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. > The avrdude.conf file might then, for example look like: > reset = _6; Rather: reset = ~6; The tilde is already used as an inversion character by the serbb code. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
