zephyr/drivers/console
Andrei Emeltchenko 6948fc437a uart-pipe: Fix using fifo_fill instead of poll_out
For non-interrupt transfers poll_out should be used, This fixes data
lost issues on a real UART hardware like Arduino 101 and Galileo
boards.

Change-Id: Ic7a5d055941d83f9d62cbea9e911ce25730ed7b6
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-02-05 20:25:32 -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
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
ram_console.c init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
uart_console.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
uart_pipe.c uart-pipe: Fix using fifo_fill instead of poll_out 2016-02-05 20:25:32 -05:00