index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: Fix file read/write error handling for Windows
David Hendricks
2020-07-07
1
-8
/
+22
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-6
/
+6
*
Fix typos
Elyes HAOUAS
2018-08-19
1
-1
/
+1
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Fix serprog on FreeBSD
Michael Zhilin
2017-10-19
1
-1
/
+1
*
serial: Support custom baud rates on linux
Urja Rannikko
2017-10-19
1
-10
/
+22
*
Fix file descriptor leak in serial.c
Stefan Tauner
2016-01-16
1
-4
/
+6
*
serial: support arbitrary baud rates on Windows
Urja Rannikko
2016-01-04
1
-30
/
+34
*
serprog: allow to omit specifying a baud rate
Stefan Tauner
2016-01-04
1
-10
/
+15
*
serprog: ignore failures when setting serial port options
Stefan Tauner
2016-01-04
1
-5
/
+18
*
serprog: clear NDELAY flag only once after opening the port
Stefan Tauner
2016-01-04
1
-5
/
+13
*
Unify target OS and CPU architecture checks
Stefan Tauner
2015-01-10
1
-19
/
+21
*
CID1129998/1129999: Unchecked return value from library
Stefan Reinauer
2014-05-27
1
-7
/
+30
*
Add 'const' keyword to chip write and other function prototypes
Mark Marshall
2014-05-09
1
-2
/
+2
*
serial: use internal_delay() for timeouts
Urja Rannikko
2013-10-19
1
-1
/
+1
*
Get rid of sp_die()
Stefan Tauner
2013-08-24
1
-6
/
+0
*
Introduce serialport_config()
Stefan Tauner
2013-08-23
1
-46
/
+59
*
Initialize sp_fd and fix baud rate setting on windows
Stefan Tauner
2013-04-13
1
-2
/
+2
*
serial.c: be more pedantic
Stefan Tauner
2013-04-01
1
-16
/
+44
*
Replace native calls in serprog with wrapper calls
Stefan Tauner
2013-04-01
1
-1
/
+1
*
Introduce serialport_write_nonblock()
Stefan Tauner
2013-04-01
1
-0
/
+72
*
Replace sp_sync_read_timeout() with serialport_read_nonblock()
Stefan Tauner
2013-04-01
1
-0
/
+70
*
serial.c: round baudrates to valid ones
Stefan Tauner
2013-04-01
1
-40
/
+63
*
serial.c: abstract system error printing
Stefan Tauner
2013-04-01
1
-6
/
+28
*
Break endless loop in serialport_write()
Stefan Tauner
2012-11-30
1
-3
/
+11
*
Remove exit calls from sp_sync_read_timeout and sp_synchronize
Niklas Söderlund
2012-09-07
1
-0
/
+1
*
Fix compilation with MinGW
Stefan Tauner
2012-09-01
1
-7
/
+7
*
Remove more exit calls
Niklas Söderlund
2012-07-30
1
-11
/
+18
*
Add serial port bitbanging code
Virgil-Adrian Teaca
2012-04-30
1
-0
/
+55
*
Fix unchecked malloc calls and casts of malloc return values
Stefan Tauner
2011-07-12
1
-0
/
+2
*
Fix and improve Windows/MinGW/MSYS build
Uwe Hermann
2011-07-03
1
-2
/
+10
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-1
/
+1
*
Multiple unrelated changes
Carl-Daniel Hailfinger
2010-10-08
1
-2
/
+3
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-1
/
+0
*
Handle Bus Pirates already in bit banging mode correctly
Carl-Daniel Hailfinger
2010-09-16
1
-2
/
+6
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-1
/
+2
*
Various coding style and cosmetic changes
Uwe Hermann
2010-03-13
1
-11
/
+12
*
Windows wants UNC names for COM ports >9 (legacy COM ports only work with one...
Patrick Georgi
2010-01-26
1
-1
/
+9
*
Convert all messages in serial.c to the new message infrastructure
Sean Nelson
2010-01-09
1
-3
/
+3
*
Buspiratespi support on mingw
Patrick Georgi
2010-01-06
1
-4
/
+53
*
Multiple unrelated changes
Patrick Georgi
2010-01-06
1
-29
/
+9
*
Move OS-dependent serial code from buspirate_spi.c to serial.c
Carl-Daniel Hailfinger
2010-01-06
1
-0
/
+52
*
Move serial handling from serprog.c to serial.c
Carl-Daniel Hailfinger
2009-11-23
1
-0
/
+142