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>
This commit is contained in:
parent
026f06efeb
commit
b0571746e2
7 changed files with 69 additions and 47 deletions
|
@ -34,7 +34,6 @@ struct shell_fprintf {
|
|||
struct shell_fprintf_control_block *ctrl_blk;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @brief Macro for defining shell_fprintf instance.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue