summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Fix file descriptor leak in serial.c.stefanct2016-01-161-4/+6
* serial: support arbitrary baud rates on Windows.stefanct2016-01-041-30/+34
* serprog: allow to omit specifying a baud rate.stefanct2016-01-041-10/+15
* serprog: ignore failures when setting serial port options.stefanct2016-01-041-5/+18
* serprog: clear NDELAY flag only once after opening the port.stefanct2016-01-041-5/+13
* Unify target OS and CPU architecture checks.stefanct2015-01-101-19/+21
* CID1129998/1129999: Unchecked return value from library.stefanct2014-05-271-7/+30
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-2/+2
* serial: use internal_delay() for timeouts.stefanct2013-10-191-1/+1
* Get rid of sp_die().stefanct2013-08-241-6/+0
* Introduce serialport_config().stefanct2013-08-231-46/+59
* Initialize sp_fd and fix baud rate setting on windows.stefanct2013-04-131-2/+2
* serial.c: be more pedantic.stefanct2013-04-011-16/+44
* Replace native calls in serprog with wrapper calls.stefanct2013-04-011-1/+1
* Introduce serialport_write_nonblock().stefanct2013-04-011-0/+72
* Replace sp_sync_read_timeout() with serialport_read_nonblock().stefanct2013-04-011-0/+70
* serial.c: round baudrates to valid ones.stefanct2013-04-011-40/+63
* serial.c: abstract system error printing.stefanct2013-04-011-6/+28
* Break endless loop in serialport_write().stefanct2012-11-301-3/+11
* Remove exit calls from sp_sync_read_timeout and sp_synchronize.stefanct2012-09-071-0/+1
* Fix compilation with MinGW.stefanct2012-09-011-7/+7
* Remove more exit calls.stefanct2012-07-301-11/+18
* Add serial port bitbanging codemkarcher2012-04-301-0/+55
* 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