Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
8b6690ccbd9cf5f81aa2dc1a2095e75af172f819
/
serial.c
a371281
Fix file descriptor leak in serial.c
by Stefan Tauner
· 9 years ago
dc44584
serial: support arbitrary baud rates on Windows
by Urja Rannikko
· 9 years ago
72587f8
serprog: allow to omit specifying a baud rate
by Stefan Tauner
· 9 years ago
631bb02
serprog: ignore failures when setting serial port options
by Stefan Tauner
· 9 years ago
a4d60f3
serprog: clear NDELAY flag only once after opening the port
by Stefan Tauner
· 9 years ago
b0eee9b
Unify target OS and CPU architecture checks
by Stefan Tauner
· 10 years ago
0df8446
CID1129998/1129999: Unchecked return value from library
by Stefan Reinauer
· 10 years ago
f20b7be
Add 'const' keyword to chip write and other function prototypes
by Mark Marshall
· 11 years ago
f0111d2
serial: use internal_delay() for timeouts
by Urja Rannikko
· 11 years ago
bdead0d
Get rid of sp_die()
by Stefan Tauner
· 11 years ago
184c52c
Introduce serialport_config()
by Stefan Tauner
· 11 years ago
e33c40e
Initialize sp_fd and fix baud rate setting on windows
by Stefan Tauner
· 12 years ago
f966cc4
serial.c: be more pedantic
by Stefan Tauner
· 12 years ago
79587f5
Replace native calls in serprog with wrapper calls
by Stefan Tauner
· 12 years ago
ae3d837
Introduce serialport_write_nonblock()
by Stefan Tauner
· 12 years ago
00e1608
Replace sp_sync_read_timeout() with serialport_read_nonblock()
by Stefan Tauner
· 12 years ago
da5b17c
serial.c: round baudrates to valid ones
by Stefan Tauner
· 12 years ago
bf88be9
serial.c: abstract system error printing
by Stefan Tauner
· 12 years ago
62574aa
Break endless loop in serialport_write()
by Stefan Tauner
· 12 years ago
7145a50
Remove exit calls from sp_sync_read_timeout and sp_synchronize
by Niklas Söderlund
· 12 years ago
bb4fed7
Fix compilation with MinGW
by Stefan Tauner
· 12 years ago
2a95e87
Remove more exit calls
by Niklas Söderlund
· 12 years ago
da7c545
Add serial port bitbanging code
by Virgil-Adrian Teaca
· 13 years ago
269de35
Fix unchecked malloc calls and casts of malloc return values
by Stefan Tauner
· 13 years ago
d5e85d6
Fix and improve Windows/MinGW/MSYS build
by Uwe Hermann
· 13 years ago
8bb2021
Use shutdown callback mechanism to shutdown programmers
by David Hendricks
· 13 years ago
9e3a6c4
Multiple unrelated changes
by Carl-Daniel Hailfinger
· 14 years ago
18430a0
Remove duplicate includes from the code
by Stefan Reinauer
· 14 years ago
d2f007f
Handle Bus Pirates already in bit banging mode correctly
by Carl-Daniel Hailfinger
· 14 years ago
5b997c3
Split off programmer.h from flash.h
by Carl-Daniel Hailfinger
· 14 years ago
4395970
Various coding style and cosmetic changes
by Uwe Hermann
· 15 years ago
06602c2
Windows wants UNC names for COM ports >9 (legacy COM ports only work with one digit)
by Patrick Georgi
· 15 years ago
ebb4f5f
Convert all messages in serial.c to the new message infrastructure
by Sean Nelson
· 15 years ago
e48654c
Buspiratespi support on mingw
by Patrick Georgi
· 15 years ago
3b6237d
Multiple unrelated changes
by Patrick Georgi
· 15 years ago
efa151e
Move OS-dependent serial code from buspirate_spi.c to serial.c
by Carl-Daniel Hailfinger
· 15 years ago
e51ea10
Move serial handling from serprog.c to serial.c
by Carl-Daniel Hailfinger
· 15 years ago