mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-16 00:45:50 +00:00
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> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj_minimal.conf | ||
prj.conf | ||
sample.yaml |