zephyr/include/shell
Jakub Rzeszutko b0571746e2 shell: parsing output LF character
Some terminals literally interprets shell output data. Hence to print
a message in new line shell needs to send `\r\n` each time. To minimize
flash usage user can now send `\n` as a line delimiter and shell will
automatically add missing CR character.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-10-10 10:45:28 +02:00
..
legacy_shell.h shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -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: Extend shell as a log backend 2018-09-19 09:30:29 -04:00
shell_types.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_uart.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell.h shell: parsing output LF character 2018-10-10 10:45:28 +02:00