-
- Downloads
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
Showing
- boards/native/drivers/native-uart0.c 42 additions, 1 deletionboards/native/drivers/native-uart0.c
- boards/native/include/board_internal.h 1 addition, 1 deletionboards/native/include/board_internal.h
- cpu/native/include/native_internal.h 6 additions, 0 deletionscpu/native/include/native_internal.h
- cpu/native/startup.c 15 additions, 3 deletionscpu/native/startup.c
- cpu/native/syscalls.c 5 additions, 0 deletionscpu/native/syscalls.c
Loading
Please register or sign in to comment