Sterling Peet <[email protected]> wrote: > I looked around but I didn't see where the avrdude coding > rules are located. Are they in the source repository somewhere?
Basically, follow the existing style. There are no formal coding rules. Btw., for programming protocols that talk through a serial port normally (like, STK500v2), there already exists code to use a network TCP transport. So far, it's only implemented for POSIX systems (Unix-like), see net_open() in ser_posix.c. -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
