1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/native/drivers
Ludwig Ortmann c6bcc344ca native: uart reconnect buffer replay
When using socket stdio, add option to replay what has been written to
stdout while not connected (`-r`).

The implementation is to simply use the existing log file (which is
implicitly created when the option is used), and read from it until
EOF upon reconnect.

closes #476
2014-07-27 15:16:38 +02:00
..
Makefile native: override INCLUDES w/ NATIVEINCLUDES 2014-07-07 23:09:14 +02:00
native-led.c documentation: append my email to my name everywhere 2014-05-15 18:07:17 +02:00
native-ltc4150.c documentation: append my email to my name everywhere 2014-05-15 18:07:17 +02:00
native-uart0.c native: uart reconnect buffer replay 2014-07-27 15:16:38 +02:00