summaryrefslogtreecommitdiffstats
path: root/scripts/serial
Commit message (Collapse)AuthorAgeFilesLines
* scripts: make __init__.py nonemptySascha Hauer2016-02-122-0/+2
| | | | | | Otherwise they get removed by make distclean. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pyserial: decrease timeoutsSascha Hauer2016-01-181-4/+4
| | | | | | | | pyserial has very generous timeouts which introduces quite big latencies at least when used on rfc2217 ports. Decrease timeouts to make it more reactive. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* include pyserial trunkJan Luebbe2016-01-1813-0/+3873
The current pyserial is broken, this version contains the fix for: http://sourceforge.net/p/pyserial/bugs/166/ Signed-off-by: Jan Luebbe <jlu@pengutronix.de>