zephyr/drivers/console
Andy Ross 425145da08 uart_console: Fix line endings
Overwhelming industry practice when using two-byte line termination is
to end the line with "\r\n" and not "\n\r".

Also remove needless casts.  GCC does not warn on int-to-char
conversions.

Change-Id: If01a2e5ca327aacebcbcaf384af9c7131119689b
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2016-09-09 21:37:55 +00:00
..
Kconfig Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Makefile
console_handler_shell.c drivers: console_handler_shell: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
ipm_console_receiver.c drivers: ipm_console: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
ipm_console_sender.c
ram_console.c
uart_console.c uart_console: Fix line endings 2016-09-09 21:37:55 +00:00
uart_pipe.c drivers/console: Fix flush data on uart_pipe_setup 2016-03-29 16:41:50 +00:00