zephyr/include/shell
Jakub Rzeszutko 9643ed6d27 shell: fix double new line print for RTT backend
In case terminal sends `\r\n` on the Enter button
shell will go to the new line twice and it will print
prompt twice. This patch fixes it.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-11-29 11:54:56 +01:00
..
legacy_shell.h shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell_dummy.h subsys: shell: add dummy backend to simplify commands testing 2018-10-28 11:45:41 -04:00
shell_fprintf.h shell: parsing output LF character 2018-10-10 10:45:28 +02:00
shell_history.h shell: Add shell history feature 2018-09-19 09:30:29 -04:00
shell_log_backend.h shell: Fix log messages queueing for multiple instances 2018-11-22 13:14:49 -05:00
shell_rtt.h shell: Add a Segger RTT backend 2018-11-02 12:19:58 -04:00
shell_types.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_uart.h shell: enable UART backend without interrupts 2018-11-21 22:41:21 -05:00
shell.h shell: fix double new line print for RTT backend 2018-11-29 11:54:56 +01:00