1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

9 Commits

Author SHA1 Message Date
ecdr
f38162e92e eLua - Disambiguate duplicate serial.h
(renaming fixes name overlap with serial.h in SAM drivers)
2013-10-30 00:29:57 -08:00
Bogdan Marinescu
e823c8d3fc RFS server fix for serial connections
On Linux, the serial connection was not setup properly, which led to
weird errors in the RFS server. This fix disables any input processing
in the termios layer, thus fixing the problem. Thanks to Markus Korber
for reporting and fixing the issue.
2011-12-17 17:17:46 +02:00
Bogdan Marinescu
a0ecdc124b RFS server fix
Read from the UART file descriptor until no data can be read
anymore (POSIX only). This is needed because sometimes the
RFS server didn't read all the available data and signaled errors.
2011-12-15 23:35:17 +02:00
Peter Edwards
d717fc44db Merged rfs_server/mux VS2010 compilation patch from Peter Edwards 2011-05-07 23:57:45 +03:00
Mike King
328bdb6094 Merged Mike King's patch for serial_win32.c 2011-05-07 22:04:09 +03:00
sweetlilmre
2f529e06f9 Added support for compiling mux and rfs_server under Visual Studio 2010. Patch includes move of rfs functions out of main.c in rfs_server and into rfs_transports.c/h
Signed-off-by: sweetlilmre <sweetlilmre@gmail.com>
2011-05-07 14:00:11 +02:00
Bogdan Marinescu
38a6afaa2b reverted the (unplanned) change of serial_win32.c 2011-02-22 10:13:16 +00:00
Bogdan Marinescu
1822ee1572 Now all eLua platforms compile using build_elua.lua; output compared with scons' output to verify that the same code is generated 2011-02-22 09:58:02 +00:00
Bogdan Marinescu
81e7f040fc merged remotefs_int branch on trunk, not fully tested yet 2011-01-16 00:23:19 +00:00