zephyr/drivers/console
Johan Hedberg 6543318194 drivers/console: Fix writing out carriage return on all terminals
Some terminals (e.g. screen) don't seem to propagate carriage returns
through, creating the following kind of results when pressing enter in
a shell:

btshell>
         btshell>
                  btshell>
                           btshell>

Fix this by always printing out '\r' when receiving a carriage return.

Change-Id: Ia5ce5612c9b830edc84619538dc17a654b6e805b
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-10 18:52:29 -05:00
..
Kconfig drivers: set default priority for drivers 2016-02-05 20:25:11 -05:00
Makefile interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
console_handler_shell.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
ipm_console_receiver.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
ipm_console_sender.c ipi: rename to ipm 2016-02-05 20:25:04 -05:00
ram_console.c init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
uart_console.c drivers/console: Fix writing out carriage return on all terminals 2016-02-10 18:52:29 -05:00
uart_pipe.c uart-pipe: Fix using fifo_fill instead of poll_out 2016-02-05 20:25:32 -05:00