summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* fix unchecked malloc calls and casts of malloc return valuesstefanct2011-07-121-0/+2
* Fix and improve Windows/MinGW/MSYS build.uwe2011-07-031-2/+10
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-1/+1
* CONFIG_BITBANG_SPI was not selected if CONFIG_NICINTEL_SPI was on byhailfinger2010-10-081-2/+3
* 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