summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Thanks to Johannes Sjölund for reporting that the Bus Pirate init couldhailfinger2010-09-161-2/+6
* Split off programmer.h from flash.h.hailfinger2010-07-271-1/+2
* Various coding style and cosmetic changes (trivial).uwe2010-03-131-11/+12
* Windows wants UNC names for COM ports >9 (legacy COM ports only work with one...oxygene2010-01-261-1/+9
* Convert all messages in serial.c to the new message infrastructure.snelson2010-01-091-3/+3
* buspiratespi support on mingwoxygene2010-01-061-4/+53
* - replace the hand written serial input flush routine with the termios one.oxygene2010-01-061-29/+9
* Move OS-dependent serial code from buspirate_spi.c to serial.c andhailfinger2010-01-061-0/+52
* Move serial handling from serprog.c to serial.c.hailfinger2009-11-231-0/+142